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 532bb191a..585a36878 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
@@ -393,7 +393,7 @@ data).
393Specifies whether 393Specifies whether
394.Xr ssh 1 394.Xr ssh 1
395should terminate the connection if it cannot set up all requested 395should terminate the connection if it cannot set up all requested
396dynamic, local, and remote port forwardings. 396dynamic, tunnel, local, and remote port forwardings.
397The argument must be 397The argument must be
398.Dq yes 398.Dq yes
399or 399or
@@ -668,7 +668,10 @@ The MAC algorithm is used in protocol version 2
668for data integrity protection. 668for data integrity protection.
669Multiple algorithms must be comma-separated. 669Multiple algorithms must be comma-separated.
670The default is: 670The default is:
671.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 . 671.Bd -literal -offset indent
672hmac-md5,hmac-sha1,umac-64@openssh.com,
673hmac-ripemd160,hmac-sha1-96,hmac-md5-96
674.Ed
672.It Cm NoHostAuthenticationForLocalhost 675.It Cm NoHostAuthenticationForLocalhost
673This option can be used if the home directory is shared across machines. 676This option can be used if the home directory is shared across machines.
674In this case localhost will refer to a different machine on each of 677In this case localhost will refer to a different machine on each of