Your SSH server needs to be restarted for any changes to take effect. If you're editing your sshd_config file from an SSH connection, any misconfiguration would mean you will …
Read More
Running SSH server on more than one port could be helpful if your SSH server is connected to multiple networks, requiring your SSH server to listen on different ports …
Read More
SSH server is by default configured to allow an authenticating client several tries for a period before the authentication is considered a failure. The default configuration allows the users …
Read More
SSH server, by default, allows multiple active connections at any given time. Multiple SSH connections shouldn't be a concern for most server, but if you're running a public server …
Read More
X11Forwarding, when enabled in an SSH server, will allow a connecting client to run a graphical program on the server and display it on the client.
Related: …
Read More
GSSAPI or Generic Security Service Application Programming Interface allows login to an SSH server via alternative mechanisms such as Kerberos.
It's useful for those who …
Read More
root is a superuser, whereas it has full access to Linux or other Unix-based operating systems. Logging in as the root user via SSH for system administration is a …
Read More
SSH server is by default configured to perform a reverse DNS lookup of your IP address every time you try to log in to the server. It could slightly …
Read More
You can control access to your SSH server by configuring firewall rules to only allow login from specific IP addresses. SSH server can then be configured to deny root …
Read More
Error warnings for PHP are helpful during development, where you can use them for debugging. Showing the same errors and warnings in a production environment could pose a security …
Read More