Displaying 1 result from an estimated 1 matches for "uswe2".
Did you mean:
use2
2019 Nov 18
4
[Bug 3095] New: SSH CA-signed key fails when port forwarding
...gle server but is throwing a wrench when using a bastion.
Right now, I have two identically configured servers. I can access them
both directly using a signed SSH key. However, if I try to use one as a
bastion/jump host, I can't connect to the other. My ~/.ssh/config looks
like this:
Host ssh.uswe2
HostName ssh.uswe2.example.com
User ec2-user
IdentityFile ~/.ssh/ssh-rsa-cert
Host *.uswe2 !ssh.uswe2
HostName %h.example.com
User ec2-user
ProxyCommand ssh -W %h:%p ssh.uswe2.example.com
IdentityFile ~/.ssh/ssh-rsa-cert
With this configuration, I can sign in to the bastion with ssh...