1
0
Fork 0

Adding upstream version 0.0.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-24 11:27:20 +02:00
parent b74d0ef785
commit 9eac69a0e2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
41 changed files with 2631 additions and 0 deletions

31
testdata/config3 vendored Normal file
View file

@ -0,0 +1,31 @@
Host bastion.*.i.*.example.net
User simon.thulbourn
Port 22
ForwardAgent yes
IdentityFile /Users/%u/.ssh/example.net/%r/id_rsa
UseKeychain yes
Host 10.*
User simon.thulbourn
Port 23
ForwardAgent yes
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile /Users/%u/.ssh/example.net/%r/id_rsa
UseKeychain yes
ProxyCommand >&1; h="%h"; exec ssh -q $(ssh-bastion -ip $h) nc %h %p
Host 20.20.20.?
User simon.thulbourn
Port 24
ForwardAgent yes
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile /Users/%u/.ssh/example.net/%r/id_rsa
UseKeychain yes
ProxyCommand >&1; h="%h"; exec ssh -q $(ssh-bastion -ip $h) nc %h %p
Host *
IdentityFile /Users/%u/.ssh/%h/%r/id_rsa
UseKeychain yes
Port 25