summaryrefslogtreecommitdiff
path: root/ssh/config
blob: 347d0ffd799b07c6c3cdb3e3cca5e0a5e886d920 (plain)
1
2
3
4
5
6
host *
  userknownhostsfile=ssh/known_hosts
  stricthostkeychecking=accept-new
  identityfile=ssh/test.key
  identitiesonly=yes
  passwordauthentication=no