SSH under debian
#SSH server under debian
Remote management using SSH The first thing we should do is install the package on the server and the client:
For safety it is usually not allowed to connect the root to the server; for this, the /etc/ssh/sshd config file should be modified, and the following option is put:
And we restart the service to apply the changes:
Connect to ssh server We’re going to install the ssh client, for that: