Firstly sorry, maybe dumb question, but I have one service running on my server which can be operated only by telnet (port 23), but I know that telnet is insecure, so I blocked port 23 in iptables except loopback interface (to be not accessible from internet, but only from localhost).
So my idea is that I connect to the server using SSH and then in SSH session I will connect to telnet localhost 23
, so I wonder if it is safe or if it can be sniffed.