Howto SSH client
Config file is located at:
- /etc/ssh/ssh_config — system default config
- /home/user/.ssh/config — per user default config
For user config file set permissions to 600:
chmod 600 /home/user/.ssh/config
Look at applied config settings:
ssh -G user@thehost
Config file content e.g.:
Host *
ServerAliveInterval 100
- Подробнее о Howto SSH client
- Войдите или зарегистрируйтесь, чтобы оставлять комментарии