Created
January 31, 2013 11:16
-
-
Save pkdavies/4682202 to your computer and use it in GitHub Desktop.
Fresh Raspberry Pi had issues with starting SSH
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 characters
# on command line: | |
ssh-keygen -t 'rsa' | |
ssh-keygen -t 'dsa' | |
ssh-keygen -t 'ecdsa' | |
#When asked to set path use the following for each corresponding key type and overwrite when asked: | |
/etc/ssh/ssh_host_rsa_key | |
/etc/ssh/ssh_host_dsa_key | |
/etc/ssh/ssh_host_ecdsa_key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment