multi SSH connection to a server over an existing socket

cat >> ~/.ssh/config << EOF
Host *
ControlPath /tmp/%r@%h:%p
ControlMaster auto
EOF

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP