Guest User

Untitled

a guest
Jul 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Host foobar foobar.example.com
  2. Hostname foobar.example.com
  3. IdentityFile ~/.ssh/id_ed25519
  4.  
  5. Host *
  6. IdentityFile ~/.ssh/id_ed25519
  7. IdentityFile ~/.ssh/id_rsa
  8.  
  9. $ ssh -Tv bob@foobar
  10. debug1: Reading configuration data /h//.ssh/config
  11. debug1: ~/.ssh/config line 49: Applying options for foobar
  12. debug1: ~/.ssh/config line 63: Applying options for *
  13. debug1: Authentications that can continue: publickey
  14. debug1: Next authentication method: publickey
  15. debug1: Offering RSA public key: ~/.ssh/id_rsa
  16. debug1: Authentications that can continue: publickey
  17. debug1: Offering ED25519 public key: ~/.ssh/id_ed25519
  18. debug1: Server accepts key: pkalg ssh-ed25519 blen 51
  19. debug1: Authentication succeeded (publickey).
Add Comment
Please, Sign In to add comment