Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | implement session multiplexing in the client (the server has supported this | 2004-06-13 | 1 | -1/+3 | ||
| | | | | since 2.0); ok markus@ | |||||
* | SendEnv here too; | 2004-05-04 | 1 | -1/+2 | ||
| | ||||||
* | ConnectionTimeout -> ConnectTimeout for scp.1 too. | 2004-05-02 | 1 | -2/+2 | ||
| | ||||||
* | add IdentitiesOnly; ok djm@, pb@ | 2004-03-05 | 1 | -1/+2 | ||
| | ||||||
* | application layer keep alive (ServerAliveInterval ServerAliveCountMax) | 2003-12-16 | 1 | -1/+3 | ||
| | | | | | for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@ | |||||
* | rename keepalive to tcpkeepalive; the old name causes too much | 2003-12-09 | 1 | -2/+2 | ||
| | | | | confusion; ok djm, dtucker; with help from jmc@ | |||||
* | don't refer to options related to forwarding; ok jmc@ | 2003-10-13 | 1 | -10/+1 | ||
| | ||||||
* | scp and sftp: add options list and sort options. options list requested | 2003-10-08 | 1 | -58/+110 | ||
| | | | | | | | | | by deraadt@ sshd: use same format as ssh ssh: remove wrong option from list sftp-server: Subsystem is documented in ssh_config(5), not sshd(8) ok deraadt@ markus@ | |||||
* | - section reorder | 2003-06-10 | 1 | -9/+11 | ||
| | | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||||
* | - killed whitespace | 2003-03-28 | 1 | -1/+3 | ||
| | | | | | | | - new sentence new line - .Bk for arguments ok markus@ | |||||
* | remove example not pertinent with -1 addition; ok markus@ | 2003-01-28 | 1 | -4/+2 | ||
| | ||||||
* | document -l; pekkas@netcore.fi | 2003-01-28 | 1 | -1/+4 | ||
| | ||||||
* | scp -12; Sam Smith and others; ok provos@, deraadt@ | 2003-01-23 | 1 | -3/+11 | ||
| | ||||||
* | typo | 2002-06-22 | 1 | -2/+2 | ||
| | ||||||
* | ssh_config(5) | 2002-06-20 | 1 | -4/+5 | ||
| | ||||||
* | mention exit status; ok stevesk@ | 2002-01-29 | 1 | -1/+4 | ||
| | ||||||
* | missing -B in usage string | 2001-09-17 | 1 | -2/+2 | ||
| | ||||||
* | add -Fssh_config option; ok markus@ | 2001-09-17 | 1 | -1/+8 | ||
| | ||||||
* | avoid first person in manual pages | 2001-09-05 | 1 | -3/+3 | ||
| | ||||||
* | consistent documentation and example of ``-o ssh_option'' for sftp and | 2001-08-14 | 1 | -9/+13 | ||
| | | | | scp; document keyword=argument for ssh. | |||||
* | when describing the -o option, give -o Protocol=1 as the specific example | 2001-08-08 | 1 | -3/+6 | ||
| | | | | | since we are SICK AND TIRED of clueless people who cannot have difficulty thinking on their own. | |||||
* | Clarified -o option in scp.1 OKed by Markus@ | 2001-07-29 | 1 | -2/+3 | ||
| | ||||||
* | Basic interactive sftp client; ok theo@ | 2001-02-04 | 1 | -1/+2 | ||
| | ||||||
* | Add idents for files which lack them | 2000-10-16 | 1 | -1/+1 | ||
| | | | | Fix idents Id -> OpenBSD for the rest | |||||
* | Repair formatting errors introduced after 2.7. | 2000-10-13 | 1 | -2/+3 | ||
| | ||||||
* | support 'scp -o' with help from mouring@pconline.com | 2000-10-11 | 1 | -1/+5 | ||
| | ||||||
* | cleanup and fix -S support; stevesk@sweden.hp.com | 2000-09-01 | 1 | -9/+6 | ||
| | ||||||
* | -S prog support; tv@debian.org | 2000-08-19 | 1 | -1/+11 | ||
| | ||||||
* | Insert more missing .El directives. Our troff really should identify these and | 2000-07-06 | 1 | -1/+2 | ||
| | | | | spit out a warning. | |||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -3/+3 | ||
| | ||||||
* | Fix some formatting problems I missed before. | 2000-03-23 | 1 | -12/+17 | ||
| | ||||||
* | document -4, -6, and 'ssh -L 2022/::1/22' | 2000-01-04 | 1 | -2/+10 | ||
| | ||||||
* | typo: -P port | 1999-10-16 | 1 | -2/+2 | ||
| | ||||||
* | New mdoc'ified scp(1) man page. | 1999-10-03 | 1 | -90/+70 | ||
| | ||||||
* | - Add -q option to shutup the progressmeter; markus friedl | 1999-09-30 | 1 | -2/+5 | ||
| | | | | | | - Describe -q in man page (needs conversion to mdoc still). - Cleanup usage string. - Correct a typo; espie@ | |||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+127 | ||
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise. |