summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Expand)Author
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
2015-05-06Clarify pseudo-terminal request behaviour and use "pseudo-terminal"Darren Tucker
2015-03-03Allow "ssh -Q protocol-version" to list supported SSH protocolDamien Miller
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller
2015-01-26correct description of UpdateHostKeys in ssh_config.5 andDamien Miller
2014-12-22add fingerprinthash to the options list;Jason McIntyre
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-10-09tweak previous;Jason McIntyre
2014-10-08Tweak config reparsing with host canonicalisationDamien Miller
2014-08-30improve capitalization for the Ed25519 public-key signature system.Igor Sobrado
2014-07-24Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@Todd C. Miller
2014-07-16add the streamlocal* options to ssh's -o list; millert says they'reJason McIntyre
2014-07-03document that -g will only work in the multiplexed case if applied toDamien Miller
2014-04-19delete .xr to hosts.equiv. there's still an unfortunate amount ofTed Unangst
2014-03-17old descriptions of des and blowfish are old. maybe ok deraadtTed Unangst