Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   ssh_config    ( 5 )

файл конфигурации клиента OpenSSH (OpenSSH client configuration file)

  Name  |  Description  |  Patterns  |  Tokens  |  Environment variables  |    Files    |  See also  |

Файлы (Files)

~/.ssh/config
             This is the per-user configuration file.  The format of
             this file is described above.  This file is used by the SSH
             client.  Because of the potential for abuse, this file must
             have strict permissions: read/write for the user, and not
             writable by others.

/etc/ssh/ssh_config Systemwide configuration file. This file provides defaults for those values that are not specified in the user's configuration file, and for those users who do not have a configuration file. This file must be world-readable.