Newer
Older
dockersand / dockerfiles / common / .ssh / config
  1. Host dockersand*
  2. StrictHostKeyChecking no
  3. UserKnownHostsFile /dev/null
  4. User test
  5. IdentityFile ~/.ssh/dockersand_rsa
  6. HostKeyAlgorithms=+ssh-dss