You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

84
89
85
-
#### AutoSSH options
90
+
#### Autossh options
86
91
87
-
All [AutoSSH environment variables](https://github.com/Autossh/autossh)
92
+
All [autossh environment variables](https://github.com/Autossh/autossh)
88
93
are supported, but the following variables have a default set in this image:
89
94
90
95
| Environment Variable | Default Value |
@@ -94,8 +99,10 @@ are supported, but the following variables have a default set in this image:
94
99
|`AUTOSSH_POLL`|`30`|
95
100
96
101
In this image, the autossh monitoring function is turned off by default (`AUTOSSH_PORT=0`).
97
-
Instead of the monitoring function, this image uses `ServerAliveInterval`, `ServerAliveCountMax`, and `ExitOnForwardFailure` ssh options to have the SSH client exit if it finds itself no longer connected to the server.
98
-
As a result, autossh detects the connection problem and restarts ssh.
102
+
Instead of the monitoring function,
103
+
this image uses `ServerAliveInterval`, `ServerAliveCountMax`, and `ExitOnForwardFailure` SSH options
104
+
to have the SSH client exit if it finds itself no longer connected to the server.
105
+
As a result, autossh detects the connection problem and restarts SSH.
0 commit comments