summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2006-02-07"packet.h" not neededKevin Steves
2006-02-07"log.h" not neededKevin Steves
2006-02-07move #include <termios.h> out of includes.h; ok markus@Kevin Steves
2006-02-07move #include <sys/queue.h> out of includes.h; ok markus@Kevin Steves
2006-02-07move #include <netgroup.h> out of includes.h; ok markus@Kevin Steves
2006-02-06make this a little less ambiguous...Jason McIntyre
2006-02-06- typo fixMathieu Sauve-Frankel
ok jmc@
2006-02-01openssh 4.3Markus Friedl
2006-02-01small tweak;Jason McIntyre
2006-02-01- merge sections on protocols 1 and 2 into a single sectionJason McIntyre
- remove configuration file section ok markus
2006-01-31"scp a b c" shouldn't clobber "c" when it is not a directory, report andDamien Miller
fix from biorn@; ok markus@
2006-01-31fix local arbitrary command execution vulnerability on local/local andDamien Miller
remote/remote copies (CVE-2006-0225, bz #1094), patch by t8m AT centrum.cz, polished by dtucker@ and myself; ok markus@
2006-01-30remove an incorrect sentence;Jason McIntyre
reported by roumen petrov; ok djm markus
2006-01-30mark channel as write failed or dead instead of read failed on errorReyk Floeter
of the channel output filter. ok markus@
2006-01-26add a section on verifying host keys in dns;Jason McIntyre
written with a lot of help from jakob; feedback dtucker/markus; ok markus
2006-01-25move subsections to full sections;Jason McIntyre
2006-01-25move the options description up the page, and a few additional tweaksJason McIntyre
whilst in here; ok markus
2006-01-20- word change, agreed w/ markusJason McIntyre
- consistency fixes
2006-01-20Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056Darren Tucker
with feedback from jmc, djm and markus; ok jmc@ djm@
2006-01-18add a section on ssh-based vpn, based on reyk's README.tun;Jason McIntyre
2006-01-15correction from deraadtJason McIntyre
2006-01-12back out a sentence - AUTHENTICATION already documents this;Jason McIntyre
2006-01-12refer to TCP forwarding, rather than TCP/IP forwarding;Jason McIntyre
2006-01-12refer to TCP forwarding, rather than TCP/IP forwarding;Jason McIntyre
2006-01-12refer to `TCP' rather than `TCP/IP' in the context of connectionJason McIntyre
forwarding; ok markus
2006-01-12split sections on tcp and x11 forwarding into two sections.Jason McIntyre
add an example in the tcp section, based on sth i wrote for ssh faq; help + ok: djm markus dtucker
2006-01-06final round of whacking FILES for duplicate info, and some consistencyJason McIntyre
fixes; ok djm
2006-01-06weed out some duplicate info in the known_hosts FILES entries;Jason McIntyre
ok djm
2006-01-05check that stdio file descriptors are actually closed before clobberingDamien Miller
them in sanitise_stdfd(). problems occurred when a lower numbered fd was closed, but higher ones weren't. spotted by, and patch tested by Frédéric Olivié
2006-01-04-.Xr gzip 1 ,Jason McIntyre
2006-01-04+.Xr ssh-keyscan 1 ,Jason McIntyre
2006-01-04remove .Xr's to rsh(1) and telnet(1): they are hardly needed;Jason McIntyre
2006-01-04chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILESJason McIntyre
entries; ok markus
2006-01-03tweak the description of ~/.ssh/environmentJason McIntyre
2006-01-03put FILES in some sort of order: sort by pathnameJason McIntyre
2006-01-03use a larger width for the ENVIRONMENT list;Jason McIntyre
2006-01-03move FILES to a -compact list, and make each files an item in that list.Jason McIntyre
this avoids nastly line wrap when we have long pathnames, and treats each file as a separate item; remove the .Pa too, since it is useless.
2006-01-02some corrections from michael knudsen;Jason McIntyre
2006-01-02start to cut some duplicate info from FILES;Jason McIntyre
help/ok djm
2006-01-02clarify tun(4) opening - set the mode and bring the interface up. alsoReyk Floeter
(re)sets the tun(4) layer 2 LINK0 flag for existing tunnel interfaces. suggested and ok by djm@
2006-01-02use a common max. packet length, no binary changeDamien Miller
2006-01-01no trailing "\n" for debug()Kevin Steves
2006-01-01move <net/if.h>; ok djm@Kevin Steves
2005-12-31.Nm does not require an argument;Jason McIntyre
2005-12-31clean up ENVIRONMENT a little;Jason McIntyre
2005-12-31merge the "LOGIN SESSION AND REMOTE EXECUTION" and "SERVERJason McIntyre
AUTHENTICATION" sections into "AUTHENTICATION"; some rewording done to make the text read better, plus some improvements from djm; ok djm
2005-12-31document -MM; ok djm@Kevin Steves
2005-12-30do not suggest that interactive authentication will workJason McIntyre
with the -b flag; based on a diff from john l. scarfone; ok djm
2005-12-30add channel output filter interface.Reyk Floeter
ok djm@, suggested by markus@
2005-12-28use 'break-in' for consistency; ok deraadt@ ok and input jmc@Kevin Steves