Displaying 1 result from an estimated 1 matches for "sshpc".
Did you mean:
sshc
2016 May 31
7
[Bug 2577] New: Port Forwarding on Proxy with ProxyCommand ssh -W does not work / bad file descriptor
...;ssh -W causes "getsockname failed: Bad file
descriptor" errors")?
Reproduction:
~/.ssh/config:
Host jump
HostName my.dynamicdns.com
Port 2222
User user
IdentityFile ~/.ssh/user-jump_ed25519
DynamicForward 1080
Host */remote
ProxyCommand ssh -vvv -W $(dirname %h) jump 2>~/sshpc.log
Host target
HostName target
Port 22
User user
IdentityFile ~/.ssh/user-target_ed25519
ssh target/remote
(check ss -lant4 in second terminal: no listener on port 1080)
(exit ssh session)
cat sshpc.log
[...]
Authenticated to my.dynamicdns.com ([12.34.56.78]:2222).
debug3: ssh_init_stdio_for...