summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Expand)Author
2024-07-18mention mux proxy modeDamien Miller
2024-06-27ssl(8) no longer contains a HISTORY section;Jason McIntyre
2024-06-17disable the DSA signature algorithm by default; ok markus@Damien Miller
2024-05-26remove references to SSH1 and DSA server keysChristian Weisgerber
2024-03-14Clarify how literal IPv6 addresses can be used in -J modeJob Snijders
2023-10-11ssh -Q does not make sense with other command-line options, so giveDamien Miller
2023-07-23man page typos; ok jmc@Christian Weisgerber
2023-07-17-P before -p in SYNOPSIS;Jason McIntyre
2023-07-17Add support for configuration tags to ssh(1).Damien Miller
2023-06-21make `ssh -Q CASignatureAlgorithms` only list signature algorithms thatDamien Miller
2022-11-28New EnableEscapeCommandline ssh_config(5) optionDamien Miller
2022-09-17add a RequiredRSASize for checking RSA key length in ssh(1).Damien Miller
2022-05-28keywords ref ssh_config.5;Jason McIntyre
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-06remove please from manual pagesJonathan Gray
2022-02-04Since they are deprecated, move DSA to the end of the default list ofDarren Tucker
2021-09-10Document behaviour of arguments following non-interactive commands.Darren Tucker
2021-09-03Mention using ssh -i for specifying the public key file in the caseDarren Tucker
2021-07-28no need to talk about version 2 with the -Q option, so rewrite theJason McIntyre
2021-07-23Add a ForkAfterAuthentication ssh_config(5) counterpart to theDamien Miller
2021-07-23Add a StdinNull directive to ssh_config(5) that allows the configDamien Miller
2021-07-13add a SessionType directive to ssh_config, allowing the configurationDamien Miller
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-06-25Use better language to refer to the user. From l1ving via githubDarren Tucker
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSMarkus Friedl
2021-01-26move HostbasedAcceptedAlgorithms to the right place in alphabetical orderChristian Weisgerber
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-22PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms here too.Darren Tucker
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtainDamien Miller
2020-07-15start sentence with capital letter;Jason McIntyre
2020-07-14allow some additional control over the use of ssh-askpassDamien Miller
2020-04-17mention that /etc/hosts.equiv and /etc/shosts.equiv are notDamien Miller
2020-02-16document -F none; with jmc@Christian Weisgerber
2020-02-07Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to acceptDarren Tucker
2019-12-21Replace the term "security key" with "(FIDO) authenticator".Christian Weisgerber
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-11-28improve the text for -A a little;Jason McIntyre
2019-11-18more missing mentions of ed25519-sk; ok djm@Christian Weisgerber
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2019-11-07Fill in missing man page bits for U2F security key support:Christian Weisgerber
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenJason McIntyre
2019-03-16benno helped me clean up the tcp forwarding section;Jason McIntyre
2019-03-05PKCS#11 support is no longer limited to RSA; ok benno@ kn@Christian Weisgerber
2019-01-22Mention that configuration for the destination host is not appliedDamien Miller
2018-09-20reorder CASignatureAlgorithms, and add them to the various -o lists;Jason McIntyre
2018-09-12Add "ssh -Q sig" to allow listing supported signature algorithmsDamien Miller
2018-09-07ssh -MM requires confirmation for all operations that change theDamien Miller
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-06-09sort previous;Jason McIntyre
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller