Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Host example.com
  2. HostName ssh.example.com
  3. IdentityFile ~/.ssh/smartcard.pub
  4. Host example.net
  5. HostName git.example.net
  6. IdentityFile ~/.ssh/another-smartcard.pub
  7. Host example.org
  8. HostName sftp.example.org
  9. IdentityFile ~/.ssh/id_rsa.pub
  10.  
  11. IdentitiesOnly yes
  12. PasswordAuthentication no
  13. PubkeyAuthentication yes
  14.  
  15. Enter passphrase for key '/home/user/.ssh/smartcard.pub':
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement