dotfiles/.ssh/config

15 lines
367 B
Plaintext

### Master SSH Config
#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
#
#
Include config.d/*