Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace our obsolete smartcard code with PKCS#11. | 2010-02-08 | 1 | -3/+3 | |
| | | | | | | | | | ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11 provider (shared library) while ssh-agent(1) delegates PKCS#11 to a forked a ssh-pkcs11-helper process. PKCS#11 is currently a compile time option. feedback and ok djm@; inspired by patches from Alon Bar-Lev | ||||
* | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | 2010-01-09 | 1 | -3/+2 | |
| | | | | | | | | | | | | | with "route exec" or "nc -V" as a proxycommand. "route exec" also ensures that trafic such as DNS lookups stays withing the specified routingdomain. For example (from reyk): # route -T 2 exec /usr/sbin/sshd or inherited from the parent process $ route -T 2 exec sh $ ssh 10.1.2.3 ok deraadt@ markus@ stevesk@ reyk@ | ||||
* | Rename RDomain config option to RoutingDomain to be more clear and | 2009-12-29 | 1 | -3/+3 | |
| | | | | | | | | | consistent with other options. NOTE: if you currently use RDomain in the ssh client or server config, or ssh/sshd -o, you must update to use RoutingDomain. ok markus@ djm@ | ||||
* | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. | 2009-10-28 | 1 | -2/+3 | |
| | | | | ok markus@ | ||||
* | better description for -i flag: | 2008-07-12 | 1 | -3/+3 | |
| | | | | s/RSA authentication/public key authentication/ | ||||
* | Mention that scp follows symlinks during -r. bz #1466, from nectar at apple | 2008-06-14 | 1 | -2/+5 | |
| | |||||
* | explain how to handle local file names containing colons; | 2008-01-31 | 1 | -4/+10 | |
| | | | | | | requested by Tamas TEVESZ ok dtucker | ||||
* | scp -q implies ssh -q for the underlying connection, it doesn't just | 2008-01-19 | 1 | -3/+5 | |
| | | | | hush the progress meter | ||||
* | the ellipsis is not an optional argument; while here, sync the usage | 2007-08-06 | 1 | -3/+3 | |
| | | | | | | | | and synopsis of commands lots of good ideas by jmc@ ok jmc@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | replace DIAGNOSTICS with .Ex; | 2006-07-18 | 1 | -4/+3 | |
| | |||||
* | Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056 | 2006-01-20 | 1 | -1/+2 | |
| | | | | with feedback from jmc, djm and markus; ok jmc@ djm@ | ||||
* | add HashKnownHosts to -o list; | 2005-03-01 | 1 | -1/+2 | |
| | | | | ok markus@ | ||||
* | document KbdInteractiveDevices; ok markus@ | 2004-10-07 | 1 | -1/+2 | |
| | |||||
* | 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. |