-
Bug
-
Resolution: Done
-
Major
-
RH362 - RHEL 9.1 0, RH362 - RHEL 7.4 1 20181003, RH362 - Early Access
-
ROLE
-
en-US (English)
URL: https://role.rhu.redhat.com/rol-rhu/app/courses/rh362-7.4/pages/pr01s02
Reporter RHNID: brmarsha
Section: -
Language: en-US (English)
Workaround:
Description: SSH With Port 53009
[brmarsha@brmarsha ~]$ ssh -i ~/.ssh/rht_classroom.rsa -J cloud-user@169.56.41.61 cloud-user@169.56.41.61:22022 student@172.25.252.1 -p 53009 channel 0: open failed: administratively prohibited: open failed stdio forwarding failed kex_exchange_identification: Connection closed by remote host
When I remove the -p 53009 from the command line (as was taken from the docs), I can ssh in.
SSH without port 53009
[brmarsha@brmarsha ~]$ ssh -i ~/.ssh/rht_classroom.rsa -J cloud-user@169.56.41.61 cloud-user@169.56.41.61:22022 student@172.25.252.1 -p 22 [student@172.25.252.1|mailto:student@172.25.252.1]'s password: Last login: Thu Jul 28 07:42:17 2022 [student@workstation ~]$ sudo ss -lpn | grep ssh [sudo] password for student: u_dgr UNCONN 0 0 * 25123 * 8479 users:("sshd",pid=1487,fd=4),("sshd",pid=1481,fd=4)) tcp LISTEN 0 128 *:22 *:* users:("sshd",pid=1025,fd=3)) tcp LISTEN 0 128 :::22 :::* users:("sshd",pid=1025,fd=4))