Created
June 23, 2011 21:48
Revisions
-
eegrok revised this gist
Jul 7, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ make sure the following lines are set in /etc/sshd_config (or /etc/ssh/sshd_config on ubuntu) (they all exist already, but are commented, some may have a value of yes) PasswordAuthentication no -
eegrok revised this gist
Jun 23, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ make sure the following lines are set in /etc/ssh/sshd_config (they all exist already, but are commented, some may have a value of yes) PasswordAuthentication no ChallengeResponseAuthentication no -
eegrok created this gist
Jun 23, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ make sure the following lines are set in /etc/ssh/sshd_config PasswordAuthentication no ChallengeResponseAuthentication no UsePAM no then restart the ssh server (uncheck / recheck 'Remote Login' in the 'System Preferences' -> 'Sharing' panel)