.ssh/config.d/20-vagrant.ssh

Sat, 08 Apr 2023 18:06:43 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 08 Apr 2023 18:06:43 -0400
changeset 1104
90aa391abc44
parent 1103
0c1f1cf78ed9
permissions
-rw-r--r--

include needs to appear before a host match (sections actually ignore indents)

# vim: ft=sshconfig

Host vagrant
	Hostname 127.0.0.1
	Port 2222
	User vagrant
	IdentityFile ~/.vagrant.d/insecure_private_key

mercurial