summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-04-14use clear_pass instead of xfree()Markus Friedl
2001-04-14remove some channels that are not appropriate for keepalive.Markus Friedl
2001-04-14do not double freeTheo de Raadt
2001-04-13Add options ClientAliveInterval and ClientAliveCountMax to sshd.Bob Beck
This gives the ability to do a "keepalive" via the encrypted channel which can't be spoofed (unlike TCP keepalives). Useful for when you want to use ssh connections to authenticate people for something, and know relatively quickly when they are no longer authenticated. Disabled by default (of course). ok markus@
2001-04-13missing \n in error messageKevin Steves
2001-04-12Add support for:mouring
sftp [user@]host[:file [file]] - Fetch remote file(s) sftp [user@]host[:dir[/]] - Start in remote dir/ OK deraadt@
2001-04-12Minor nits:Todd C. Miller
"lower case" -> "lowecase", "upper case" -> "uppercase", "file system" -> "filesystem"
2001-04-12robust port validation; ok markus@ jakob@Kevin Steves
2001-04-12typoMarkus Friedl
2001-04-12Change tip default from even parity to no parity which is more in lineTodd C. Miller
with user expectations.
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :)
2001-04-12Todd says we should not doc depricated behaviourTheo de Raadt
2001-04-12document shortcut; noted by bk@rt.fmTheo de Raadt
2001-04-12show debug output during option processing, report from pekkas@netcore.fiMarkus Friedl
2001-04-11implement the -e option into sshd:lebel
-e When this option is specified, sshd will send the output to the standard error instead of the system log. markus@ OK.
2001-04-11https-connect and socks5 support. i feel so bad.Markus Friedl
2001-04-11use strtol() for ports, thanks jakob@Markus Friedl
2001-04-11"Amonst" -> "Amongst"Brandon Creighton
2001-04-11'mget' and 'mput' aliases; ok markus@Damien Miller
2001-04-10debug cleanupMarkus Friedl
2001-04-10document id_rsa{.pub,}. markus okJun-ichiro itojun Hagino
2001-04-10cleanup socks4 handlingMarkus Friedl
2001-04-10space police + pet peevesTodd C. Miller
use memcpy() not memmove() when we don't care about overlapping segments use puts(foo) instead of print("%s\n", foo)
2001-04-09ListenAddress mandoc from aaron@Kevin Steves
2001-04-09ssh-add retries the last passphrase...Markus Friedl
2001-04-09passphrase caching: ssh-add tries last passphrase, clears passphrase ifMarkus Friedl
not successful and after last try. based on discussions with espie@, jakob@, ... and code from jakob@ and wolfgang@wsrcc.com
2001-04-09spellingKevin Steves
2001-04-08spellingKevin Steves
2001-04-08do not modify an actual argv[] entryTheo de Raadt
2001-04-08document ListenAddress addr:portKevin Steves
2001-04-08init pointers with NULL, thanks to danimal@danimal.orgMarkus Friedl
2001-04-08leave_raw_mode if ssh2 "session" is closedMarkus Friedl
2001-04-08KNFMarkus Friedl
2001-04-07Small changes, user-friendly:Marc Espie
- just warn if hints file holds duplicates. So what ? We sure can't use uniq to remove those. - on the other hand, warn in verbose mode if main file holds nodes that are not in hints file. Ok millert@
2001-04-07allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding).Markus Friedl
work by Dan Kaminsky <dankamin@cisco.com> and me. thanks to Dan for this great patch: use 'ssh -D 1080 host' and make netscape use localhost:1080 as a socks proxy.
2001-04-06in addition to:Kevin Steves
ListenAddress host|ipv4_addr|ipv6_addr permit: ListenAddress [host|ipv4_addr|ipv6_addr]:port ListenAddress host|ipv4_addr:port sshd.8 updates coming. ok markus@
2001-04-06unused; typo in commentKevin Steves
2001-04-06do gid/groups-swap in addition to uid-swap, should help if /home/groupMarkus Friedl
is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks to olar@openwall.com is comments. we had many requests for this.
2001-04-06remove trailing / from source paths; fixes pr#1756Theo de Raadt
2001-04-05keep the ssh session even if there is no active channel.Markus Friedl
this is more in line with the protocol spec and makes ssh -N -L 1234:server:110 host more useful. based on discussion with <mats@mindbright.se> long time ago and recent mail from <res@shore.net>
2001-04-05don't request a session for 'ssh -N', pointed out slade@shore.netMarkus Friedl
2001-04-05better error messageMarkus Friedl
2001-04-05for ~R print message if server does not support rekeying. (and fix ~R).Markus Friedl
2001-04-05document RCS $OpenBSD matching; adrian@ubergeeks.comTheo de Raadt
2001-04-05move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@Kevin Steves
2001-04-05ssh defaults to protocol v2; from quisar@quisar.ambre.netMarkus Friedl
2001-04-05add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.Markus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-05temporary version 2.5.4 (supports rekeying).Markus Friedl
this is not an official release.
2001-04-05reset compress state per direction when rekeying.Markus Friedl