aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config.d/mintlab-lab
blob: 99f37b29c47d977075c7fa4b274b4e819a00e70e (plain)
1
2
3
4
5
6
7
8
9
10
11
Host *.lab.zsys.nl
	IdentityFile ~/.ssh/id.d/%u@%L-ed25519.pub
	ProxyCommand zs-ec2-ssh "$(zs-ec2-id -p default %h)" "%r" "%p" "$HOME/.ssh/id.d/$USER@$(hostname -s)-ed25519.pub"
	StrictHostKeyChecking no
	User mintlab
	UserKnownHostsFile /dev/null

Host bastion.lab.zsys.nl
	Hostname bastion-host-zaaksysteem-lab

# vim: set ft=sshconfig :