summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2020-02-07 03:54:44 +0000
committerDarren Tucker <dtucker@dtucker.net>2020-02-07 15:03:20 +1100
commitd4d9e1d40514e2746f9e05335d646512ea1020c6 (patch)
treebed063bc542afb6e2972ee1476ce14a425267de6 /ssh_config.5
parentfd68dc27864b099b552a6d9d507ca4b83afd6a76 (diff)
upstream: Add ssh -Q key-sig for all key and signature types.
Teach ssh -Q to accept ssh_config(5) and sshd_config(5) algorithm keywords as an alias for the corresponding query. Man page help jmc@, ok djm@. OpenBSD-Commit-ID: 1e110aee3db2fc4bc5bee2d893b7128fd622e0f8
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 0a6d80544..06a32d314 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.321 2020/01/31 22:25:59 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.322 2020/02/07 03:54:44 dtucker Exp $
37.Dd $Mdocdate: January 31 2020 $ 37.Dd $Mdocdate: February 7 2020 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -868,7 +868,7 @@ If hostkeys are known for the destination host then this default is modified
868to prefer their algorithms. 868to prefer their algorithms.
869.Pp 869.Pp
870The list of available key types may also be obtained using 870The list of available key types may also be obtained using
871.Qq ssh -Q key . 871.Qq ssh -Q HostKeyAlgorithms .
872.It Cm HostKeyAlias 872.It Cm HostKeyAlias
873Specifies an alias that should be used instead of the 873Specifies an alias that should be used instead of the
874real host name when looking up or saving the host key 874real host name when looking up or saving the host key
@@ -1353,7 +1353,7 @@ rsa-sha2-512,rsa-sha2-256,ssh-rsa
1353.Ed 1353.Ed
1354.Pp 1354.Pp
1355The list of available key types may also be obtained using 1355The list of available key types may also be obtained using
1356.Qq ssh -Q key . 1356.Qq ssh -Q PubkeyAcceptedKeyTypes .
1357.It Cm PubkeyAuthentication 1357.It Cm PubkeyAuthentication
1358Specifies whether to try public key authentication. 1358Specifies whether to try public key authentication.
1359The argument to this keyword must be 1359The argument to this keyword must be