summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.530
1 files changed, 27 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 591365f34..532745b2f 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.240 2016/10/15 19:56:25 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.242 2017/02/27 14:30:33 jmc Exp $
37.Dd $Mdocdate: October 15 2016 $ 37.Dd $Mdocdate: February 27 2017 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -415,6 +415,10 @@ If the specified value begins with a
415.Sq + 415.Sq +
416character, then the specified ciphers will be appended to the default set 416character, then the specified ciphers will be appended to the default set
417instead of replacing them. 417instead of replacing them.
418If the specified value begins with a
419.Sq -
420character, then the specified ciphers (including wildcards) will be removed
421from the default set instead of replacing them.
418.Pp 422.Pp
419The supported ciphers are: 423The supported ciphers are:
420.Bd -literal -offset indent 424.Bd -literal -offset indent
@@ -784,6 +788,10 @@ Alternately if the specified value begins with a
784.Sq + 788.Sq +
785character, then the specified key types will be appended to the default set 789character, then the specified key types will be appended to the default set
786instead of replacing them. 790instead of replacing them.
791If the specified value begins with a
792.Sq -
793character, then the specified key types (including wildcards) will be removed
794from the default set instead of replacing them.
787The default for this option is: 795The default for this option is:
788.Bd -literal -offset 3n 796.Bd -literal -offset 3n
789ecdsa-sha2-nistp256-cert-v01@openssh.com, 797ecdsa-sha2-nistp256-cert-v01@openssh.com,
@@ -807,6 +815,10 @@ Alternately if the specified value begins with a
807.Sq + 815.Sq +
808character, then the specified key types will be appended to the default set 816character, then the specified key types will be appended to the default set
809instead of replacing them. 817instead of replacing them.
818If the specified value begins with a
819.Sq -
820character, then the specified key types (including wildcards) will be removed
821from the default set instead of replacing them.
810The default for this option is: 822The default for this option is:
811.Bd -literal -offset 3n 823.Bd -literal -offset 3n
812ecdsa-sha2-nistp256-cert-v01@openssh.com, 824ecdsa-sha2-nistp256-cert-v01@openssh.com,
@@ -1027,6 +1039,10 @@ Alternately if the specified value begins with a
1027.Sq + 1039.Sq +
1028character, then the specified methods will be appended to the default set 1040character, then the specified methods will be appended to the default set
1029instead of replacing them. 1041instead of replacing them.
1042If the specified value begins with a
1043.Sq -
1044character, then the specified methods (including wildcards) will be removed
1045from the default set instead of replacing them.
1030The default is: 1046The default is:
1031.Bd -literal -offset indent 1047.Bd -literal -offset indent
1032curve25519-sha256,curve25519-sha256@libssh.org, 1048curve25519-sha256,curve25519-sha256@libssh.org,
@@ -1102,6 +1118,10 @@ If the specified value begins with a
1102.Sq + 1118.Sq +
1103character, then the specified algorithms will be appended to the default set 1119character, then the specified algorithms will be appended to the default set
1104instead of replacing them. 1120instead of replacing them.
1121If the specified value begins with a
1122.Sq -
1123character, then the specified algorithms (including wildcards) will be removed
1124from the default set instead of replacing them.
1105.Pp 1125.Pp
1106The algorithms that contain 1126The algorithms that contain
1107.Qq -etm 1127.Qq -etm
@@ -1127,7 +1147,7 @@ However, this option disables host authentication for localhost.
1127The argument to this keyword must be 1147The argument to this keyword must be
1128.Cm yes 1148.Cm yes
1129or 1149or
1130.Cm no . 1150.Cm no
1131(the default). 1151(the default).
1132.It Cm NumberOfPasswordPrompts 1152.It Cm NumberOfPasswordPrompts
1133Specifies the number of password prompts before giving up. 1153Specifies the number of password prompts before giving up.
@@ -1264,6 +1284,10 @@ Alternately if the specified value begins with a
1264.Sq + 1284.Sq +
1265character, then the key types after it will be appended to the default 1285character, then the key types after it will be appended to the default
1266instead of replacing it. 1286instead of replacing it.
1287If the specified value begins with a
1288.Sq -
1289character, then the specified key types (including wildcards) will be removed
1290from the default set instead of replacing them.
1267The default for this option is: 1291The default for this option is:
1268.Bd -literal -offset 3n 1292.Bd -literal -offset 3n
1269ecdsa-sha2-nistp256-cert-v01@openssh.com, 1293ecdsa-sha2-nistp256-cert-v01@openssh.com,