summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2000-11-16When building default seed from the hostname, only use alphanumericTodd C. Miller
characters and make things lower case. Also sanity check the existing seed in skeykeys since we can't be sure it is completely sane. Problem noted by wozz@wookie.net
2000-11-15case insensitive key options; from stevesk@sweden.hp.comMarkus Friedl
2000-11-15Add missing \n at the end of an error message.Todd C. Miller
2000-11-15add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keysMarkus Friedl
2000-11-15typo, use .ItMarkus Friedl
2000-11-15just ignore non existing user keysMarkus Friedl
2000-11-15reorder SYNOPSISMarkus Friedl
2000-11-14do not reorder keys if a key is removedMarkus Friedl
2000-11-14check no_agent_forwarding_flag for ssh-2, tooMarkus Friedl
2000-11-14parse options only if key matches; fixes some confusing messages seen by the ↵Markus Friedl
client
2000-11-14Sync the list of "not supported" options with the source code; fixes PR/1506Aaron Campbell
from mpech@prosoft.org.lv.
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
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.
2000-11-12off-by-one when removing a key from the agentMarkus Friedl
2000-11-11allow prompt to be specified anywhere on the command line, make it workNiels Provos
with md5. prohibit makekey mode and prompt.
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-11-10typo; from mouring@pconline.comMarkus Friedl
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-11-08Document that rsh and ssh will take their invocation name as a hostname toAaron Campbell
connect to if argv[0] is not one of the standard program names; closes PR/1493. While I'm here, change the "host" argument in rsh(1) to "hostname" for consistency, and also remove some redundancy in the option descriptions.
2000-11-08Fix a buf oflow, only exposed because a user happened to have a host with aAaron Campbell
resolvable name > 63 characters and specified a port number on the command line; spotted by steve@tightrope.demon.co.uk, who provided a useful traceback.
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage.
2000-11-07Add __P(). ok deraadt@Kevin Lo
2000-11-07Add __P(). ok deraadt@Kevin Lo
2000-11-06downgrade client to 1.3 if server is 1.4; help from mdb@juniper.netMarkus Friedl
2000-11-06do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fiMarkus Friedl
2000-11-06agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fiMarkus Friedl
2000-10-31so that large packets do not wrap "n"; from netbsdMarkus Friedl
2000-10-31handle all old openssh versionsMarkus Friedl
2000-10-27deny agent/x11 forwarding unless requested; thanks to jwl@pobox.comMarkus Friedl
2000-10-27enable non-blocking IO on channels, and tty's (except for the client ttys).Markus Friedl
2000-10-26add older vandyke productsMarkus Friedl
2000-10-25i386's interrupt counters are u_long, adjust printf formats.Michael Shalayeff
use err/errx instead of fprintf+exit. deraadt@ ok
2000-10-24When calling setupterm() pass in an int* for the error code soTodd C. Miller
it doesn't spew to stderr if the terminal type can't be found. Fix a logic thinko wrt terminaltypeok() -- it should return 0 on failure, not success.
2000-10-23non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsdMarkus Friedl
2000-10-23fix a few signed/unsigned/long printf formats; millert@ & deraadt@ okMichael Shalayeff
2000-10-22update to ncurses 5.2Todd C. Miller
2000-10-22Fix noprint/print/octal options; from NetBSD.Christian Weisgerber
reviewed by millert@
2000-10-21typo, eramore@era-t.ericsson.se; ok niels@Markus Friedl
2000-10-19Put the fmt strings CAVEATS section into userland printf(1) man page, too;Aaron Campbell
it applies here as well.
2000-10-19don't reference freed memory. okay deraadt@Niels Provos
2000-10-19fmt string problem in unused codeTheo de Raadt
2000-10-18Quiet warning with castPaul Janzen
2000-10-18Changes from NetBSD: cleanups, use err/warn, reformat, and print large quotasPaul Janzen
(>4G) correctly.
2000-10-18restore old record login behaviourMarkus Friedl
2000-10-18replace atomicio(read,...) with read(); ok deraadt@Markus Friedl
2000-10-18undoMarkus Friedl
2000-10-18- Don't use .Ar here.Aaron Campbell
- Use a less Microsoft'ish example directory name. :-)
2000-10-18emit more easier-to-understand error message on port name error. from deraadtJun-ichiro itojun Hagino
2000-10-18- Section shuffling.Aaron Campbell
- Remove short lines.
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
breaks and getting rid of short lines, making these files easier to work with.