Skip to content

Instantly share code, notes, and snippets.

@pkdavies
Created January 31, 2013 11:16
Show Gist options
  • Save pkdavies/4682202 to your computer and use it in GitHub Desktop.
Save pkdavies/4682202 to your computer and use it in GitHub Desktop.
Fresh Raspberry Pi had issues with starting SSH
# 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