ssh -J pal@server_ip:11954 pal@10.44.5.11:11954
channel 0: open failed: connect failed: Name does not resolve
stdio forwarding failed
Connection closed by UNKNOWN port 65535
But from server it works:
ssh -p 11954 pal@10.44.5.11
pal@10.44.5.11's password:
Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 6.5.0-45-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
Expanded Security Maintenance for Applications is not enabled.
37 updates can be applied immediately.
To see these additional updates run: apt list --upgradable
6 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
New release '24.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
channel 0: open failed: connect failed: Name does not resolve
stdio forwarding failed
Connection closed by UNKNOWN port 65535
But from server it works:
ssh -p 11954 pal@10.44.5.11
pal@10.44.5.11's password:
Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 6.5.0-45-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
Expanded Security Maintenance for Applications is not enabled.
37 updates can be applied immediately.
To see these additional updates run: apt list --upgradable
6 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
New release '24.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
Code:
ssh -J pal@server_ip:11954 pal@10.44.5.11:11954
channel 0: open failed: connect failed: Name does not resolve
stdio forwarding failed
Connection closed by UNKNOWN port 65535