summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2008-06-26allow the sftp chmod(2)-equivalent operation to set set[ug]id/stickyDamien Miller
2008-06-25add key length to visual fingerprint; zap magical constants;Otto Moerbeek
2008-06-21use optopt to get invalid flag, instead of return value of getopt,Martynas Venckus
2008-06-16Rename the isatty argument to is_tty so we don't shadow isatty(3).Darren Tucker
2008-06-15don't call isatty() on a pty master, instead pass a flag down toDamien Miller
2008-06-15Allow MaxAuthTries within a Match block. ok djm@Darren Tucker
2008-06-15MaxSessions is allowed in a Match block tooDarren Tucker
2008-06-14Mention that scp follows symlinks during -r. bz #1466, from nectar at appleDarren Tucker
2008-06-14suppress the warning message from chdir(homedir) failuresDamien Miller
2008-06-14ensure default umask disallows at least group and world write; ok djm@Darren Tucker
2008-06-14wrap long line at 80 charsDarren Tucker
2008-06-13Explain the use of SSH fpr visualization using random art, and cite theAlexander von Gernler
2008-06-13Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@Darren Tucker
2008-06-13Friendlier error messages for mux fallback. ok djm@Darren Tucker
2008-06-13Include unistd.h for close(), prevents warnings in -portableDarren Tucker
2008-06-13Clear key options in the monitor on failed authentication, preventsDarren Tucker
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13refuse to read ~/.shosts or ~/.ssh/authorized_keys that are notDamien Miller
2008-06-13upcast uid to long with matching %ld, prevents warnings in portableDarren Tucker
2008-06-13upcast another size_t to u_long to match formatDarren Tucker
2008-06-13upcast size_t to u_long to match format arg; ok djm@Darren Tucker
2008-06-13fall back to creating a new TCP connection on most multiplexing errorsDamien Miller
2008-06-13replace __dead with __attribute__((noreturn)), makes things a little easierDarren Tucker
2008-06-12tweak wording in message, ok deraadt@ jmc@Ian Darwin
2008-06-12add my copyright, ok djm@Alexander von Gernler
2008-06-12make ssh-keygen -lf show the key type just as ssh-add -l would do itAlexander von Gernler
2008-06-12I was coalescing expected global request confirmation replies at theDamien Miller
2008-06-12print extension revisions for extensions that we understandDamien Miller
2008-06-12Make keepalive timeouts apply while waiting for a packet, particularly duringDarren Tucker
2008-06-12tweak the ascii art text; ok grunkJason McIntyre
2008-06-12keyword expansion for localcommand. ok djm@Darren Tucker
2008-06-12The multiplexing escape char handler commit last night introduced aDamien Miller
2008-06-12We already mark the start of the worm, now also mark the end of the wormAlexander von Gernler
2008-06-12supply the key type (rsa1, rsa, dsa) as a caption in the frame of theAlexander von Gernler
2008-06-12some more TODO for meDamien Miller
2008-06-12document tun@openssh.com forwarding methodDamien Miller
2008-06-12thal shalt not code past the eightieth columnDamien Miller
2008-06-12thall shalt not code past the eightieth columnDamien Miller
2008-06-12maintain an ordered queue of outstanding global requests that weDamien Miller
2008-06-12Enable ~ escapes for multiplex slave sessions; give each channelDamien Miller
2008-06-12Make ssh print the random art also when ssh'ing to a host using IP only.Alexander von Gernler
2008-06-12use an odd number of rows and columns and a separate start marker, looksOtto Moerbeek
2008-06-12Do not pass "0" strings as ports to getaddrinfo because the lookupsDarren Tucker
2008-06-11#define statements that are not atoms need braces around them, else theyAlexander von Gernler
2008-06-11CheckHostIP set to ``fingerprint'' will display both hex and random artAlexander von Gernler
2008-06-11simpler way of computing the augmentations; ok grunk@Otto Moerbeek
2008-06-11ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,Alexander von Gernler
2008-06-11ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pubAlexander von Gernler
2008-06-11Introduce SSH Fingerprint ASCII Visualization, a technique inspired by theAlexander von Gernler
2008-06-11kill trailing whitespace;Jason McIntyre