|
Closing the Second ssh/telnet Connection on the PortServer CM Closing the Second ssh/telnet Connection on the PortServer CM Symptom: Unable to close the second ssh/telnet connection on the PortServer CM.
Cause: When using telnet or ssh to connect to the PortServer CM and then use telnet or ssh to connect to a PortServer CM port. When ^] or ~. is used both connections close, this happens because the escape sequence is the same for both telnet/ssh.
Solution: Configure a unique escape character in the first connection:
# telnet -e [character] [portserver_cm_ip]
# ssh -e [character] -l [user_name] [portserver_cm_ip]
Simply assign a unique character for each connection so that each can be closed without affecting other connections.
|