Howto SSH client

Опубликовано chesser - вт, 06/21/2022 - 09:24

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