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

Fri, 29 Dec 2023 03:02:51 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 29 Dec 2023 03:02:51 -0600
changeset 1139
1359a563b5ce
parent 1103
0c1f1cf78ed9
permissions
-rw-r--r--

split out LuaSnip spec

# vim: ft=sshconfig

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

mercurial