LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SSH options question? (https://www.linuxquestions.org/questions/linux-newbie-8/ssh-options-question-4175597209/)

peter7089 01-11-2017 04:06 AM

SSH options question?
 
What exactly these two ssh parameters do:
Code:

ExitOnForwardFailure=yes
ServerAliveInterval=120


Turbocapitalist 01-11-2017 04:27 AM

The manual page for ssh_config is the penultimate authoritative source on that. Only the source code is higher. We could only paraphrase either here so scroll down in the manual page for the client configuration file to find the explanations of those options:

Code:

man ssh_config
There are also pages for the client itself, or the server and its configuration.

Code:

man ssh
man sshd
man sshd_config

You can also search forwards in the manual page with a slash and backwards with a question mark. The OpenSSH manual pages are particularly well-written.

TheEzekielProject 01-11-2017 04:28 AM

Those look like portforwarding options

Jjanel 01-11-2017 06:07 AM

Tossing those lines into a web-search, will return useful info.
Best wishes....


All times are GMT -5. The time now is 08:56 PM.