summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config10
1 files changed, 3 insertions, 7 deletions
diff --git a/ssh_config b/ssh_config
index 093c8366e..1b676fb2c 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.30 2016/02/20 23:06:23 sobrado Exp $ 1# $OpenBSD: ssh_config,v 1.33 2017/05/07 23:12:57 djm Exp $
2 2
3# This is the ssh client system-wide configuration file. See 3# This is the ssh client system-wide configuration file. See
4# ssh_config(5) for more information. This file provides defaults for 4# ssh_config(5) for more information. This file provides defaults for
@@ -21,8 +21,6 @@ Host *
21# ForwardAgent no 21# ForwardAgent no
22# ForwardX11 no 22# ForwardX11 no
23# ForwardX11Trusted yes 23# ForwardX11Trusted yes
24# RhostsRSAAuthentication no
25# RSAAuthentication yes
26# PasswordAuthentication yes 24# PasswordAuthentication yes
27# HostbasedAuthentication no 25# HostbasedAuthentication no
28# GSSAPIAuthentication no 26# GSSAPIAuthentication no
@@ -34,16 +32,14 @@ Host *
34# AddressFamily any 32# AddressFamily any
35# ConnectTimeout 0 33# ConnectTimeout 0
36# StrictHostKeyChecking ask 34# StrictHostKeyChecking ask
37# IdentityFile ~/.ssh/identity
38# IdentityFile ~/.ssh/id_rsa 35# IdentityFile ~/.ssh/id_rsa
39# IdentityFile ~/.ssh/id_dsa 36# IdentityFile ~/.ssh/id_dsa
40# IdentityFile ~/.ssh/id_ecdsa 37# IdentityFile ~/.ssh/id_ecdsa
41# IdentityFile ~/.ssh/id_ed25519 38# IdentityFile ~/.ssh/id_ed25519
42# Port 22 39# Port 22
43# Protocol 2 40# Protocol 2
44# Cipher 3des 41# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
45# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc 42# MACs hmac-md5,hmac-sha1,umac-64@openssh.com
46# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
47# EscapeChar ~ 43# EscapeChar ~
48# Tunnel no 44# Tunnel no
49# TunnelDevice any:any 45# TunnelDevice any:any