dotfiles/.ssh/config

15 lines
367 B
Plaintext
Raw Normal View History

2018-10-16 05:40:31 +00:00
### Master SSH Config
2018-12-24 06:41:44 +00:00
#Host default
# HostName 127.0.0.1
# User vagrant
# Port 2222
# UserKnownHostsFile /dev/null
# StrictHostKeyChecking no
# PasswordAuthentication no
# IdentityFile /home/ahosking/depos/planswell/maws.vagrants/planswell/jumpbox/.vagrant/machines/default/virtualbox/private_key
# IdentitiesOnly yes
# LogLevel FATAL
#
#
2018-10-16 05:40:31 +00:00
Include config.d/*