ovh howto dot txt

ssh root@IP passwd (changer de mot de passe) aptitude update && aptitude dist-upgrade aptitude install sudo adduser YOURNAME visudo (insert:) YOURNAME ALL=(ALL) ALL (CTRL-X pour quitter et sauver) CTRL-D (logout) ssh YOURNAME@IP sudo nano /etc/ssh/sshd_config #from http://lani78.wordpress.com/2008/08/08/generate-a-ssh-key-and-disable-pa... #These entries must be set to yes: RSAAuthentication yes PubkeyAuthentication yes #The following settings should be set to no: ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no PermitRootLogin no #Reload the configuration: sudo /etc/init.d/ssh reload

Login or register to tag items