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
Roshan Kr Soni -
Alexandre Calaça -
Navaneethan Ghanti -
云微 -
Top comments (0)