Usualy we need a live connection when working with ssh .
Here is short description. Note you can use '*' to apply all hosts:
mkdir -p ~/.ssh
cat > ~/.ssh/config << EOF
Host host_or_ip
ServerAliveInterval 120
EOF
Usualy we need a live connection when working with ssh .
Here is short description. Note you can use '*' to apply all hosts:
mkdir -p ~/.ssh
cat > ~/.ssh/config << EOF
Host host_or_ip
ServerAliveInterval 120
EOF
For further actions, you may consider blocking this person and/or reporting abuse
Jimmy McBride -
Oliver Bennet -
Jimmy McBride -
LocKtaR-o-DarK -
Top comments (0)