ssh connection instead of telnet
- noqui
- Offline
- Senior Member
-
Less
More
- Posts: 43
- Thank you received: 2
14 Feb 2025 21:01 #321591
by noqui
Replied by noqui on topic ssh connection instead of telnet
I will try to do this: "Unless you have setup sshd to listen on port 5007 that is the the expected behavior."
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 341
- Thank you received: 132
15 Feb 2025 01:25 #321607
by unknown
Replied by unknown on topic ssh connection instead of telnet
That will not connect to the Linuxcncrsh server, the docs clearly state telnet or nc.
All changing the sshd port to 5007 will do is have sshd using port 5007 instead of 22, it will not connect to the linuxcncrsh server. Telnet & ssh (secure shell) are different protocols.
If you don't understand this I suggest get a proper network security advisor.
All changing the sshd port to 5007 will do is have sshd using port 5007 instead of 22, it will not connect to the linuxcncrsh server. Telnet & ssh (secure shell) are different protocols.
If you don't understand this I suggest get a proper network security advisor.
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
-
Less
More
- Posts: 674
- Thank you received: 221
15 Feb 2025 08:26 - 15 Feb 2025 09:32 #321618
by Hakan
Replied by Hakan on topic ssh connection instead of telnet
Check out here serverfault.com/questions/967949/emulate-telnet-over-ssh in the Answer.
But replace 23 with 5007. Maybe not exactly what you need but something you can build on and make work for you.
But replace 23 with 5007. Maybe not exactly what you need but something you can build on and make work for you.
Last edit: 15 Feb 2025 09:32 by Hakan.
Please Log in or Create an account to join the conversation.
Time to create page: 0.230 seconds