You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the same server, I'm running 2 SSH servers (one for regular SSH connection (port 22) and another one for container running on the host (port 2222 with admin user)).
My configuration is given below.
.ssh/config
Host *
ControlMaster auto
ControlPersist 5m
ControlPath /tmp/%r@%h:%p
Host server_name
User user
I've run into this issue as well. If the connection's username matches what's in ~/.ssh/config, it will list and close with -x. If the connection does not match anything in ~/.ssh/config or $USER on the local system, it won't list or close with -x.
A previous version of cmc would at least list all of the connections if the usernames match what's in ~/.ssh/config or $USER. -x wouldn't close those connections, however -X will. The current version will do neither. I'll just get a warning.
WARNING: no control socket found for host: github.com
On the same server, I'm running 2 SSH servers (one for regular SSH connection (port 22) and another one for container running on the host (port 2222 with admin user)).
My configuration is given below.
.ssh/config
/tmp
Result of
ssh -O check
Resulting output of
cmc -l
is incorrectThe text was updated successfully, but these errors were encountered: