summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Expand)Author
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
2013-12-07add missing mentions of ed25519; ok djm@Christian Weisgerber
2013-11-26- put -Q in the right placeJason McIntyre
2013-11-25improve -Q usage and such. One usage change is that the option is nowTheo de Raadt
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller
2013-10-16s/canonicalise/canonicalize/ for consistency with existing spelling,Damien Miller
2013-10-16Implement client-side hostname canonicalisation to allow an explicitDamien Miller
2013-10-15tweak previous;Jason McIntyre
2013-08-20some proxyusefdpass tweaks;Jason McIntyre
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-07-18be more exact wrt perms for ~/.ssh/config; bz#2078Damien Miller
2013-06-27do not use Sx for sections outwith the man page - ingo informs me thatJason McIntyre
2013-04-19add the ability to query supported ciphers, MACs, key type and KEXDamien Miller
2013-04-07Add -E option to ssh and sshd to append debugging logs to a specified fileDarren Tucker
2012-10-04add umac128 variant; ok djm@ at n2k12Markus Friedl
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-06missing letter in previous;Jason McIntyre
2012-09-06Add ~v and ~V escape sequences to raise and lower the logging levelDarren Tucker
2012-06-18Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmcDarren Tucker
2012-06-18Remove mention of 'three' key files since there are now four. FromDarren Tucker
2012-04-20use "brackets" instead of "braces", for consistency;Jason McIntyre
2011-09-11document new -O cancel command; ok djm@Okan Demirmen
2011-09-10support cancellation of local/dynamic forwardings from ~C commandline;Markus Friedl