Skip to content
Snippets Groups Projects
Select Git revision
  • 9c5bbeb04c525eda79b13e25721e806742244235
  • master default
2 results

30_localhost

Blame
  • 30_localhost 151 B
    
    # vim:ft=sshconfig
    # localhost
    
    Host localhost
    HostName 127.0.0.1
    IdentityFile ~/.ssh/localhost
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no