diff options
author | Colin Watson <cjwatson@debian.org> | 2017-03-29 01:35:00 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-03-29 01:35:00 +0100 |
commit | 6fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 (patch) | |
tree | b4377d09196e24e2c6f2c2128f66f92cf7891105 /ssh_config.5 | |
parent | 971a7653746a6972b907dfe0ce139c06e4a6f482 (diff) | |
parent | d38f05dbdd291212bc95ea80648b72b7177e9f4e (diff) |
Import openssh_7.5p1.orig.tar.gz
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 30 |
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 + |
416 | character, then the specified ciphers will be appended to the default set | 416 | character, then the specified ciphers will be appended to the default set |
417 | instead of replacing them. | 417 | instead of replacing them. |
418 | If the specified value begins with a | ||
419 | .Sq - | ||
420 | character, then the specified ciphers (including wildcards) will be removed | ||
421 | from the default set instead of replacing them. | ||
418 | .Pp | 422 | .Pp |
419 | The supported ciphers are: | 423 | The 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 + |
785 | character, then the specified key types will be appended to the default set | 789 | character, then the specified key types will be appended to the default set |
786 | instead of replacing them. | 790 | instead of replacing them. |
791 | If the specified value begins with a | ||
792 | .Sq - | ||
793 | character, then the specified key types (including wildcards) will be removed | ||
794 | from the default set instead of replacing them. | ||
787 | The default for this option is: | 795 | The default for this option is: |
788 | .Bd -literal -offset 3n | 796 | .Bd -literal -offset 3n |
789 | ecdsa-sha2-nistp256-cert-v01@openssh.com, | 797 | ecdsa-sha2-nistp256-cert-v01@openssh.com, |
@@ -807,6 +815,10 @@ Alternately if the specified value begins with a | |||
807 | .Sq + | 815 | .Sq + |
808 | character, then the specified key types will be appended to the default set | 816 | character, then the specified key types will be appended to the default set |
809 | instead of replacing them. | 817 | instead of replacing them. |
818 | If the specified value begins with a | ||
819 | .Sq - | ||
820 | character, then the specified key types (including wildcards) will be removed | ||
821 | from the default set instead of replacing them. | ||
810 | The default for this option is: | 822 | The default for this option is: |
811 | .Bd -literal -offset 3n | 823 | .Bd -literal -offset 3n |
812 | ecdsa-sha2-nistp256-cert-v01@openssh.com, | 824 | ecdsa-sha2-nistp256-cert-v01@openssh.com, |
@@ -1027,6 +1039,10 @@ Alternately if the specified value begins with a | |||
1027 | .Sq + | 1039 | .Sq + |
1028 | character, then the specified methods will be appended to the default set | 1040 | character, then the specified methods will be appended to the default set |
1029 | instead of replacing them. | 1041 | instead of replacing them. |
1042 | If the specified value begins with a | ||
1043 | .Sq - | ||
1044 | character, then the specified methods (including wildcards) will be removed | ||
1045 | from the default set instead of replacing them. | ||
1030 | The default is: | 1046 | The default is: |
1031 | .Bd -literal -offset indent | 1047 | .Bd -literal -offset indent |
1032 | curve25519-sha256,curve25519-sha256@libssh.org, | 1048 | curve25519-sha256,curve25519-sha256@libssh.org, |
@@ -1102,6 +1118,10 @@ If the specified value begins with a | |||
1102 | .Sq + | 1118 | .Sq + |
1103 | character, then the specified algorithms will be appended to the default set | 1119 | character, then the specified algorithms will be appended to the default set |
1104 | instead of replacing them. | 1120 | instead of replacing them. |
1121 | If the specified value begins with a | ||
1122 | .Sq - | ||
1123 | character, then the specified algorithms (including wildcards) will be removed | ||
1124 | from the default set instead of replacing them. | ||
1105 | .Pp | 1125 | .Pp |
1106 | The algorithms that contain | 1126 | The algorithms that contain |
1107 | .Qq -etm | 1127 | .Qq -etm |
@@ -1127,7 +1147,7 @@ However, this option disables host authentication for localhost. | |||
1127 | The argument to this keyword must be | 1147 | The argument to this keyword must be |
1128 | .Cm yes | 1148 | .Cm yes |
1129 | or | 1149 | or |
1130 | .Cm no . | 1150 | .Cm no |
1131 | (the default). | 1151 | (the default). |
1132 | .It Cm NumberOfPasswordPrompts | 1152 | .It Cm NumberOfPasswordPrompts |
1133 | Specifies the number of password prompts before giving up. | 1153 | Specifies the number of password prompts before giving up. |
@@ -1264,6 +1284,10 @@ Alternately if the specified value begins with a | |||
1264 | .Sq + | 1284 | .Sq + |
1265 | character, then the key types after it will be appended to the default | 1285 | character, then the key types after it will be appended to the default |
1266 | instead of replacing it. | 1286 | instead of replacing it. |
1287 | If the specified value begins with a | ||
1288 | .Sq - | ||
1289 | character, then the specified key types (including wildcards) will be removed | ||
1290 | from the default set instead of replacing them. | ||
1267 | The default for this option is: | 1291 | The default for this option is: |
1268 | .Bd -literal -offset 3n | 1292 | .Bd -literal -offset 3n |
1269 | ecdsa-sha2-nistp256-cert-v01@openssh.com, | 1293 | ecdsa-sha2-nistp256-cert-v01@openssh.com, |