User Tools

Site Tools


info:sysadmin:ssh
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

SSH

SSH with Public Key Authentication only

/etc/ssh/sshd_config

Make sure that your SSH config file (sshd_config) contains these settings:

PubkeyAuthentication yes
PasswordAuthentication no

If you changed the config, make sure to restart sshd to activate ist:

service ssh restart
info/sysadmin/ssh.txt · Last modified: 2015-11-30 12:09 by andunix