summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Expand)Author
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
2018-05-11Emphasise that -w implicitly sets Tunnel=point-to-point and that usersDamien Miller
2018-04-06ssh does not accept -oInclude=... on the commandline, the Include keywordDamien Miller
2018-02-23some cleanup for BindInterface and ssh-keyscan;Jason McIntyre
2018-02-23Add BindInterface ssh_config directive and -B command-line argumentDamien Miller
2017-11-03Private keys in PEM format have been encrypted by AES-128 for a whileDamien Miller
2017-10-25tweak the uri text, specifically removing some markup to make it aJason McIntyre
2017-10-23Expose devices allocated for tun/tap forwarding.Damien Miller
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-10-13mention SSH_USER_AUTH in the list of environment variablesDamien Miller
2017-09-21Add 'reverse' dynamic forwarding which combines dynamic forwardingMarkus Friedl
2017-06-09in description of public key authentication, mention that the serverDamien Miller
2017-05-30Add RemoteCommand option to specify a command in the ssh configAlexander Bluhm
2017-05-05remove superfluous protocol 2 mentions; ok jmc@Christian Weisgerber
2017-05-03restore mistakenly deleted description of the ConnectionAttempts optionChristian Weisgerber
2017-05-03more protocol 1 stuff to go; ok djmJason McIntyre
2017-05-02remove now obsolete protocol1 options from the -o lists;Jason McIntyre
2017-04-30remove SSHv1 configuration options and man pages bitsDamien Miller
2016-07-16- add proxyjump to the options listJason McIntyre
2016-07-15Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)Damien Miller
2016-06-29sort the -o list;Jason McIntyre
2016-06-03tweak previous;Jason McIntyre
2016-06-03Allow ExitOnForwardFailure and ClearAllForwardings to be overridden whenDarren Tucker
2016-05-04IdentityAgent for specifying specific agent sockets; ok djm@Markus Friedl
2016-04-15Include directive for ssh_config(5); feedback & ok markus@Damien Miller
2016-02-17since these pages now clearly tell folks to avoid v1, normaliseJason McIntyre
2016-02-16no need to state that protocol 2 is the default twice;Jason McIntyre
2016-02-16Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions inDamien Miller
2015-11-15Add an AddKeysToAgent client option which can be set to 'yes', 'no',Joshua Stein
2015-11-061. rlogin and rsh are long gonemmcc
2015-09-25some certificatefile tweaks; ok djmJason McIntyre
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-09-11mention -Q key-plain and -Q key-cert;Damien Miller
2015-07-20Move .Pp before .Bl, not after to quiet mandoc -Tlint.Todd C. Miller
2015-07-20Better desciption of Unix domain socket forwarding.Todd C. Miller
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-05-22mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332Damien Miller