Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 241 Bytes

File metadata and controls

7 lines (6 loc) · 241 Bytes

when ssh public-key authentication failed, try:

  • verify file & directory ownership and mode on client & server
  • generate new key with ssh-keygen and add to ~/.ssh/config:

host * IdentityFile ~/.ssh/new_key IdentityFile ~/.ssh/old_key