summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.511
1 files changed, 7 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 83de2f7e4..53596e63a 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.98 2007/01/10 13:23:22 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.102 2007/08/15 12:13:41 stevesk Exp $
38.Dd September 25, 1999 38.Dd $Mdocdate: August 15 2007 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -387,7 +387,7 @@ data).
387Specifies whether 387Specifies whether
388.Xr ssh 1 388.Xr ssh 1
389should terminate the connection if it cannot set up all requested 389should terminate the connection if it cannot set up all requested
390dynamic, local, and remote port forwardings. 390dynamic, tunnel, local, and remote port forwardings.
391The argument must be 391The argument must be
392.Dq yes 392.Dq yes
393or 393or
@@ -658,7 +658,10 @@ The MAC algorithm is used in protocol version 2
658for data integrity protection. 658for data integrity protection.
659Multiple algorithms must be comma-separated. 659Multiple algorithms must be comma-separated.
660The default is: 660The default is:
661.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 . 661.Bd -literal -offset indent
662hmac-md5,hmac-sha1,umac-64@openssh.com,
663hmac-ripemd160,hmac-sha1-96,hmac-md5-96
664.Ed
662.It Cm NoHostAuthenticationForLocalhost 665.It Cm NoHostAuthenticationForLocalhost
663This option can be used if the home directory is shared across machines. 666This option can be used if the home directory is shared across machines.
664In this case localhost will refer to a different machine on each of 667In this case localhost will refer to a different machine on each of