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 78a542dc0..36b1af195 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
@@ -612,7 +612,7 @@ offers many different identities.
612The default is 612The default is
613.Dq no . 613.Dq no .
614.It Cm IdentityFile 614.It Cm IdentityFile
615Specifies a file from which the user's DSA, ECDSA or DSA authentication 615Specifies a file from which the user's DSA, ECDSA or RSA authentication
616identity is read. 616identity is read.
617The default is 617The default is
618.Pa ~/.ssh/identity 618.Pa ~/.ssh/identity
@@ -793,9 +793,8 @@ Multiple algorithms must be comma-separated.
793The default is: 793The default is:
794.Bd -literal -offset indent 794.Bd -literal -offset indent
795hmac-md5,hmac-sha1,umac-64@openssh.com, 795hmac-md5,hmac-sha1,umac-64@openssh.com,
796hmac-ripemd160,hmac-sha1-96,hmac-md5-96, 796hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
797hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512, 797hmac-sha1-96,hmac-md5-96
798hmac-sha2-512-96
799.Ed 798.Ed
800.It Cm NoHostAuthenticationForLocalhost 799.It Cm NoHostAuthenticationForLocalhost
801This option can be used if the home directory is shared across machines. 800This option can be used if the home directory is shared across machines.