summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-03-20default to SSH protocol version 2Markus Friedl
2001-03-20add changes need for BSD_AUTH plus disabled BSD_AUTH codeMarkus Friedl
2001-03-19version 2.5.2Markus Friedl
2001-03-19undo /etc/shell and proto 2,1 change for openssh-2.5.2Markus Friedl
2001-03-19document PreferredAuthentications options; ok markus@Damien Miller
2001-03-19Document permitopen authorized_keys option; ok markus@Damien Miller
2001-03-19Report ssh connection closing correctly; ok deraadt@Damien Miller
2001-03-18specifically version match on ssh scanners. do not log scan informationTheo de Raadt
to the console, because clueless users freak out when people do completely legal probes. instead, generate a detailed log file entry and use british humour to relax their sphincters a little bit.
2001-03-18ignore permitopen="host:port" if AllowTcpForwarding==noMarkus Friedl
2001-03-17check /etc/shells, tooMarkus Friedl
2001-03-16implement "permitopen" key option, restricts -L style forwarding toMarkus Friedl
to specified host:port pairs. based on work by harlan@genua.de
2001-03-16discourage strcat/strcpyMarkus Friedl
2001-03-16fix memset and whitespaceMarkus Friedl
2001-03-16Revise globbing for get/put to be more shell-like. In particular,Damien Miller
"get/put file* directory/" now works. ok markus@
2001-03-16Add magic for vax-elf and vax-olf. At this time roughly as likely to beHugh Graham
seen in the wild as unicorns, and ultraviolet griffins, respectively.
2001-03-15pass Session to do_child + KNFMarkus Friedl
2001-03-15use %lld in printf, ok millert@/deraadt@; report from ssh@client.fiMarkus Friedl
2001-03-14note no getopt()Theo de Raadt
2001-03-14formatting error; m@procyon.comTheo de Raadt
2001-03-14add version commandMarkus Friedl
2001-03-14WallMarkus Friedl
2001-03-13sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@Damien Miller
2001-03-13missing xfree, deny key on parse error; ok stevesk@Markus Friedl
2001-03-12remove old key_fingerprint interface, s/_ex//Markus Friedl
2001-03-11remove -v again. use -B instead for bubblebabble. make -B consistentMarkus Friedl
with -l and make -B work with /path/to/known_hosts. ok deraadt@
2001-03-11style+cleanupMarkus Friedl
2001-03-11KNF, and SHA1 binary output is just creeping featurismTheo de Raadt
2001-03-11cleanup & shorten some var names key_fingerprint_bubblebabble.Jakob Schlyter
2001-03-11print both md5, sha1 and bubblebabble fingerprints when usingJakob Schlyter
ssh-keygen -l -v. ok markus@.
2001-03-11add improved fingerprint functions. based on work by CarstenJakob Schlyter
Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
2001-03-11debugMarkus Friedl
2001-03-10add PreferredAuthenticationsMarkus Friedl
2001-03-10all known netscreen ssh versions, and older versions of OSU ssh cannotTheo de Raadt
handle password padding (newer OSU is fixed)
2001-03-10remove unused sgtty macros; ok markus@Kevin Steves
2001-03-10default to SSH2, now that m68k runs fastTheo de Raadt
2001-03-10ignore nonexisting private keys; report rjmooney@mediaone.netMarkus Friedl
2001-03-09Add a missing newline in debug mode to separate debug output fromTodd C. Miller
line containing command completion; "Brian J. Kifiak" <bk@rt.fm>
2001-03-09Typo in Synopsis; there's a -v option, not -uTodd C. Miller
"Brian J. Kifiak" <bk@rt.fm>
2001-03-09typo; slade@shore.netTheo de Raadt
2001-03-09exit(-#) is wrongTheo de Raadt
2001-03-09create *.pub files with umask 0644, so that you can mv them to authorized_keysTheo de Raadt
2001-03-08implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->Markus Friedl
no need to do enter passphrase or do expensive sign operations if the server does not accept key).
2001-03-08spelling, cleanup; ok deraadt@Kevin Steves
2001-03-08unused; ok markus@Kevin Steves
2001-03-08de-register, use getopt(), prevent a few terribly unlikely bufferPaul Janzen
overflows, improve a few error messages, and avoid a bundle of faults involving the -w option.
2001-03-08Print examples correctlyPaul Janzen
2001-03-08turn off useprivilegedports by default. only rhost-auth needsMarkus Friedl
this. older sshd's may need this, too.
2001-03-07Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingDamien Miller
functions and small protocol change.
2001-03-07removed dated commentTheo de Raadt
2001-03-07the name "secure shell" is boring, noone ever uses itTheo de Raadt