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

Thu, 12 Oct 2023 21:32:02 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 12 Oct 2023 21:32:02 -0400
changeset 1132
532c7964b23f
parent 1103
0c1f1cf78ed9
permissions
-rw-r--r--

Fix event key typo

# vim: ft=sshconfig

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

mercurial