Replies: 3 comments 3 replies
-
Is this as expected? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The ssh kitten does not exit automatically. And yes when it exits the
connection remains, since it uses controlmasters to enable fast
re-connects. The connection will be automatically closed when you wuit
the host kitty instance.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
kitten ssh server simply calls ssh to connect, with some options to
setup the controlmasters read the connection_sharing_args() function for
details. I am guessing your network/ssh server is flaky and the
aliveintervals are insufficient for it.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As shown in the figure.
Around 18:00 on January 16th, two links were opened (both logging into the same server). At around 9:30 on January 17th, it was found that
kitten ssh
had exited, but thessh
connection was still maintained.ssh/config:
kitten ssh server
:ssh server
:Beta Was this translation helpful? Give feedback.
All reactions