diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 33da983ea..7a5dd52c8 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.197 2014/12/21 23:12:42 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.198 2014/12/22 09:05:17 djm Exp $ |
37 | .Dd $Mdocdate: December 21 2014 $ | 37 | .Dd $Mdocdate: December 22 2014 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -417,7 +417,9 @@ aes192-cbc,aes256-cbc,arcfour | |||
417 | The list of available ciphers may also be obtained using the | 417 | The list of available ciphers may also be obtained using the |
418 | .Fl Q | 418 | .Fl Q |
419 | option of | 419 | option of |
420 | .Xr ssh 1 . | 420 | .Xr ssh 1 |
421 | with an argument of | ||
422 | .Dq cipher . | ||
421 | .It Cm ClearAllForwardings | 423 | .It Cm ClearAllForwardings |
422 | Specifies that all local, remote, and dynamic port forwardings | 424 | Specifies that all local, remote, and dynamic port forwardings |
423 | specified in the configuration files or on the command line be | 425 | specified in the configuration files or on the command line be |
@@ -793,6 +795,13 @@ ssh-ed25519,ssh-rsa,ssh-dss | |||
793 | .Pp | 795 | .Pp |
794 | If hostkeys are known for the destination host then this default is modified | 796 | If hostkeys are known for the destination host then this default is modified |
795 | to prefer their algorithms. | 797 | to prefer their algorithms. |
798 | .Pp | ||
799 | The list of available key types may also be obtained using the | ||
800 | .Fl Q | ||
801 | option of | ||
802 | .Xr ssh 1 | ||
803 | with an argument of | ||
804 | .Dq key . | ||
796 | .It Cm HostKeyAlias | 805 | .It Cm HostKeyAlias |
797 | Specifies an alias that should be used instead of the | 806 | Specifies an alias that should be used instead of the |
798 | real host name when looking up or saving the host key | 807 | real host name when looking up or saving the host key |
@@ -963,6 +972,13 @@ diffie-hellman-group14-sha1, | |||
963 | diffie-hellman-group-exchange-sha1, | 972 | diffie-hellman-group-exchange-sha1, |
964 | diffie-hellman-group1-sha1 | 973 | diffie-hellman-group1-sha1 |
965 | .Ed | 974 | .Ed |
975 | .Pp | ||
976 | The list of available key exchange algorithms may also be obtained using the | ||
977 | .Fl Q | ||
978 | option of | ||
979 | .Xr ssh 1 | ||
980 | with an argument of | ||
981 | .Dq kex . | ||
966 | .It Cm LocalCommand | 982 | .It Cm LocalCommand |
967 | Specifies a command to execute on the local machine after successfully | 983 | Specifies a command to execute on the local machine after successfully |
968 | connecting to the server. | 984 | connecting to the server. |
@@ -1052,6 +1068,13 @@ hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com, | |||
1052 | hmac-md5,hmac-sha1,hmac-ripemd160, | 1068 | hmac-md5,hmac-sha1,hmac-ripemd160, |
1053 | hmac-sha1-96,hmac-md5-96 | 1069 | hmac-sha1-96,hmac-md5-96 |
1054 | .Ed | 1070 | .Ed |
1071 | .Pp | ||
1072 | The list of available MAC algorithms may also be obtained using the | ||
1073 | .Fl Q | ||
1074 | option of | ||
1075 | .Xr ssh 1 | ||
1076 | with an argument of | ||
1077 | .Dq mac . | ||
1055 | .It Cm NoHostAuthenticationForLocalhost | 1078 | .It Cm NoHostAuthenticationForLocalhost |
1056 | This option can be used if the home directory is shared across machines. | 1079 | This option can be used if the home directory is shared across machines. |
1057 | In this case localhost will refer to a different machine on each of | 1080 | In this case localhost will refer to a different machine on each of |