Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use -P for -e and -y, too. | 2001-05-25 | 1 | -5/+8 | ||
| | ||||||
* | remove debug | 2001-04-23 | 1 | -3/+3 | ||
| | ||||||
* | allow public key for -e, too | 2001-04-23 | 1 | -9/+10 | ||
| | ||||||
* | style, noted by stevesk; sort flags in usage | 2001-04-22 | 1 | -2/+2 | ||
| | ||||||
* | rename arguments -x -> -e (export key), -X -> -i (import key) | 2001-04-22 | 1 | -3/+7 | ||
| | | | | xref draft-ietf-secsh-publickeyfile-01.txt | |||||
* | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | 2001-04-15 | 1 | -7/+4 | ||
| | ||||||
* | fix whitespace: unexpand + trailing spaces. | 2001-04-05 | 1 | -2/+2 | ||
| | ||||||
* | free() -> xfree() | 2001-04-03 | 1 | -2/+2 | ||
| | ||||||
* | try to read private f-secure ssh v2 rsa keys. | 2001-03-26 | 1 | -18/+53 | ||
| | ||||||
* | simpler key load/save interface, see authfile.h | 2001-03-26 | 1 | -77/+56 | ||
| | ||||||
* | add -B flag to usage | 2001-03-21 | 1 | -2/+2 | ||
| | ||||||
* | remove old key_fingerprint interface, s/_ex// | 2001-03-12 | 1 | -4/+6 | ||
| | ||||||
* | remove -v again. use -B instead for bubblebabble. make -B consistent | 2001-03-11 | 1 | -31/+20 | ||
| | | | | with -l and make -B work with /path/to/known_hosts. ok deraadt@ | |||||
* | KNF, and SHA1 binary output is just creeping featurism | 2001-03-11 | 1 | -7/+5 | ||
| | ||||||
* | print both md5, sha1 and bubblebabble fingerprints when using | 2001-03-11 | 1 | -3/+27 | ||
| | | | | ssh-keygen -l -v. ok markus@. | |||||
* | create *.pub files with umask 0644, so that you can mv them to authorized_keys | 2001-03-09 | 1 | -12/+20 | ||
| | ||||||
* | bye bye -d | 2001-02-22 | 1 | -2/+2 | ||
| | ||||||
* | document -d, and -t defaults to rsa1 | 2001-02-22 | 1 | -2/+3 | ||
| | ||||||
* | PermitRootLogin={yes,without-password,forced-commands-only,no} | 2001-02-12 | 1 | -1/+2 | ||
| | | | | (before this change, root could login even if PermitRootLogin==no) | |||||
* | unexpand and remove end-of-line whitespace; ok markus@ | 2001-02-04 | 1 | -2/+2 | ||
| | ||||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -6/+3 | ||
| | | | | rename util.[ch] -> misc.[ch] | |||||
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | 2001-01-19 | 1 | -5/+6 | ||
| | ||||||
* | getopt() returns -1 not EOF; stevesk@pobox.com | 2001-01-13 | 1 | -2/+2 | ||
| | ||||||
* | enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}' | 2000-12-28 | 1 | -12/+16 | ||
| | ||||||
* | fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com | 2000-12-22 | 1 | -3/+3 | ||
| | ||||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -5/+5 | ||
| | | | | with u_char. | |||||
* | print keytype when generating a key. | 2000-11-25 | 1 | -18/+27 | ||
| | | | | reasonable defaults for RSA1/RSA/DSA keys. | |||||
* | Add missing \n at the end of an error message. | 2000-11-15 | 1 | -2/+2 | ||
| | ||||||
* | add support for RSA to SSH2. please test. | 2000-11-12 | 1 | -57/+58 | ||
| | | | | | | | | | | | | | | | there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||||
* | -X now reads private ssh.com DSA keys, too. | 2000-10-09 | 1 | -11/+94 | ||
| | ||||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -2/+7 | ||
| | | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||||
* | add SSH2/DSA support to the agent and some other DSA related cleanups. | 2000-08-19 | 1 | -12/+7 | ||
| | | | | (note that we cannot talk to ssh.com's ssh2 agents) | |||||
* | Always create ~/.ssh with mode 700; ok Markus | 2000-07-15 | 1 | -2/+2 | ||
| | ||||||
* | clean code is good code | 2000-07-07 | 1 | -3/+3 | ||
| | ||||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | ||
| | ||||||
* | remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.org | 2000-05-30 | 1 | -2/+2 | ||
| | ||||||
* | handle escapes in real and original key format, ok millert@ | 2000-05-08 | 1 | -4/+12 | ||
| | ||||||
* | simplify usage | 2000-05-03 | 1 | -3/+2 | ||
| | ||||||
* | default DSA key file ~/.ssh/id_dsa | 2000-05-02 | 1 | -2/+3 | ||
| | ||||||
* | Put -d into usage and reorder. markus ok. | 2000-05-01 | 1 | -2/+2 | ||
| | ||||||
* | xfree DSA blobs | 2000-04-27 | 1 | -1/+3 | ||
| | ||||||
* | add -R flag: exit code indicates if RSA is alive | 2000-04-26 | 1 | -2/+9 | ||
| | ||||||
* | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | 2000-04-26 | 1 | -85/+256 | ||
| | | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||||
* | whitespace cleanup | 2000-04-14 | 1 | -2/+2 | ||
| | ||||||
* | -pedantic: signed vs. unsigned, void*-arithm, etc | 2000-03-16 | 1 | -2/+3 | ||
| | ||||||
* | typo | 2000-02-04 | 1 | -2/+2 | ||
| | ||||||
* | enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@ | 2000-02-04 | 1 | -29/+65 | ||
| | ||||||
* | KNF, final part 3 | 1999-11-24 | 1 | -37/+18 | ||
| | ||||||
* | much more KNF | 1999-11-24 | 1 | -21/+17 | ||
| | ||||||
* | KNF part 1 | 1999-11-23 | 1 | -488/+441 | ||
| |