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

Thu, 09 Nov 2023 16:54:05 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Nov 2023 16:54:05 -0600
changeset 1133
cb91318a522e
parent 1103
0c1f1cf78ed9
permissions
-rw-r--r--

Add tmux popup bindings

# vim: ft=sshconfig

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

mercurial