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, 5 insertions, 6 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index e145cc8a5..1c118eefc 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.154 2011/09/09 00:43:00 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.157 2012/06/29 13:57:25 naddy Exp $
37.Dd $Mdocdate: September 9 2011 $ 37.Dd $Mdocdate: June 29 2012 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -644,7 +644,7 @@ offers many different identities.
644The default is 644The default is
645.Dq no . 645.Dq no .
646.It Cm IdentityFile 646.It Cm IdentityFile
647Specifies a file from which the user's DSA, ECDSA or DSA authentication 647Specifies a file from which the user's DSA, ECDSA or RSA authentication
648identity is read. 648identity is read.
649The default is 649The default is
650.Pa ~/.ssh/identity 650.Pa ~/.ssh/identity
@@ -825,9 +825,8 @@ Multiple algorithms must be comma-separated.
825The default is: 825The default is:
826.Bd -literal -offset indent 826.Bd -literal -offset indent
827hmac-md5,hmac-sha1,umac-64@openssh.com, 827hmac-md5,hmac-sha1,umac-64@openssh.com,
828hmac-ripemd160,hmac-sha1-96,hmac-md5-96, 828hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
829hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512, 829hmac-sha1-96,hmac-md5-96
830hmac-sha2-512-96
831.Ed 830.Ed
832.It Cm NoHostAuthenticationForLocalhost 831.It Cm NoHostAuthenticationForLocalhost
833This option can be used if the home directory is shared across machines. 832This option can be used if the home directory is shared across machines.