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