Penguin
Diff: ssh_config(5)
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of ssh_config(5).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, June 23, 2003 1:47:33 pm by NeilHoughton
Older page: version 1 Last edited on Sunday, August 4, 2002 6:07:08 pm by MattBrown Revert
@@ -143,9 +143,9 @@
 Specifies the protocol versions ssh should support in order of preference. The possible values are `1' and `2'. Multiple versions must be comma-separated. The default is 
 `2,1'. This means that ssh tries version 2 and falls back to version 1 if version 2 is not available. 
  
 !!ProtocolKeepAlives 
-Specifies the interval at which IGNORE packets will be sent to the server during dile periods. Use this option in scripts to detect when the network fails. The argument must be an integer. The default is 0 (disabled), or 300 if the !BatchMode option is set. 
+Specifies the interval at which IGNORE packets will be sent to the server during dile periods. Use this option in scripts to detect when the network fails. The argument must be an integer. The default is 0 (disabled), or 300 if the !BatchMode option is set. The value is the time in seconds
  
 !!ProxyCommand 
 Specifies the command to use to connect to the server. The command string extends to the end of the line, and is executed with /bin/sh. In the command string, %h will be substituted by the host name to connect and %p by the port. The command can be basically anything, and should read from its standard input and write to its standard output. It should eventually connect an sshd(8) server running on some machine, or execute sshd -i somewhere. Host key management will be done using the !HostName of the host being connected (defaulting to the name typed by the user). Note that !CheckHostIP is not available for connects with a proxy command. 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.