MrCoal
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by MrCoal-
I got this to work by adding the following in /etc/ssh/ssh_config ControlMaster no ControlPersist no
-
I have this same problem but do not have a ControlPersist option in sshd_config. If I add the option, SSH will not retstart because of an invalid configuration. Openssh on the source is 4.3p2 and ...