Ssh – disable no-more-sessions@openssh.com on ssh

ssh

When I connect with ssh, i find that the "no-more-sessions@openssh.com" option is sent to sshd. Is there a way to disable it? I do want to have more sessions.

Best Answer

This option is sent when session multiplexing is disabled, enable it if its really what you want. There's a guide on multiplexing here.