Lines Matching refs:ssh

43      [ssh.1]
75 [ssh.c util.c]
119 [ssh.1]
172 ssh.c
175 ssh-keygen.1 ssh-keygen.c
176 -X now reads private ssh.com DSA keys, too.
182 interop with ssh-agent2, from <res@shore.net>
187 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
206 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
211 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
242 - (stevesk) Display correct path to ssh-askpass in configure output.
284 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
285 Problem was caused by interrupted read in ssh-add. Report from Donald
343 authfd.c authfd.h ssh-agent.c
344 bug compat for old ssh.com software
364 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
379 [authfile.c ssh-add.c]
380 enable ssh-add -d for DSA keys
395 [channels.c channels.h clientloop.c serverloop.c ssh.c]
412 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
418 [ssh-agent.c]
429 client from ssh.com
437 [authfd.c ssh-agent.c]
449 [ssh-add.1 ssh.1]
506 ssh.com-2.3.0
509 compatibility with future ssh.com versions
511 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
514 [ssh.c]
517 [ssh.c]
539 [ssh.c]
556 [channels.c channels.h clientloop.c ssh.c ssh.h]
562 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
563 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
566 (note that we cannot talk to ssh.com's ssh2 agents)
584 [auth1.c auth2.c session.c ssh.c]
598 [ssh.1]
645 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
678 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
680 make ssh-add accept dsa keys (the agent does not)
688 [ssh-keygen.1]
700 [aux.c readconf.c servconf.c ssh.h]
713 [ssh-keygen.c ssh.c]
714 Always create ~/.ssh with mode 700; ok Markus
761 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
765 [auth-rsa.c auth2.c ssh-keygen.c]
882 make userauth+pubkey interop with ssh.com-2.2.0
897 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
898 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
932 add support for ssh v2 subsystems. ok markus@.
938 implement bug compatibility with ssh-2.0.13 pubkey, server side
941 initial support for ssh.com's 2.2.0
995 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
1049 [readconf.c ssh.1 ssh.c]
1050 forwardagent defaults to no, add ssh -A
1085 - Reduced ssh startup delay
1096 [ssh.c]
1100 [ssh.1]
1101 document ssh -T -N (ssh2 only)
1102 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
1129 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
1130 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
1133 [ssh.1]
1135 [ssh-keygen.1]
1142 - bug compat w/ ssh-2.0.13 x11, split out bugs
1145 [ssh-keygen.c]
1160 - make x11-fwd interop w/ ssh-2.0.13
1186 [ssh.1]
1188 [readconf.c ssh-keygen.c ssh.h]
1189 - default DSA key file ~/.ssh/id_dsa
1193 [ssh-keygen.1]
1194 - document DSA use of ssh-keygen
1197 [ssh-keygen.1]
1199 [ssh-keygen.c]
1204 [ssh-keygen.1]
1208 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
1214 [ssh-add.1 ssh-agent.1 ssh.1]
1216 [ssh.1]
1219 - sync AUTHOR w/ ssh.1
1224 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
1230 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
1232 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
1267 [ssh-keygen.c]
1288 saved in root's .ssh directory)
1293 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1305 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1307 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
1319 [ssh-keygen.1 ssh-keygen.c]
1324 [ssh.h]
1327 - ssh/sshd default to proto 1 and 2
1330 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1335 - less debug, respect .ssh/config
1337 - clientloop.c session.c ssh.c
1342 [ssh-agent.c]
1354 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1388 [ssh.1 ssh.c]
1389 - ssh -2
1411 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1412 add Cipher and Protocol options to ssh/sshd, e.g.:
1413 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1424 [session.h ssh.h sshd.c README.openssh2]
1429 interop w/ latest ssh.com windows client.
1435 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1436 ssh2 client implementation, interops w/ ssh.com and lsh servers.
1471 [readconf.c ssh.c ssh.h serverloop.c]
1504 [match.h ssh.c ssh.h sshconnect.c sshd.c]
1508 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1510 - [ssh.1 sshd.8]
1512 - [ssh.c]
1527 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1530 - [ssh.1 sshd.8]
1550 - Moved gnome-ssh-askpass.c to contrib directory and removed config
1574 [ssh.h atomicio.c]
1602 [ssh-keygen.c]
1603 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1604 [ssh.1]
1606 [ssh.c]
1714 - New URL for x11-ssh-askpass.
1753 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1837 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1844 - [ssh.c canohost.c]
1852 document -4, -6, and 'ssh -L 2022/::1/22'
1853 - [ssh.c]
1854 'ssh @host' is illegal (null user name), from
1897 - [ssh-agent.c]
1906 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1990 X11 ssh-askpass program.
1996 - [ssh-keygen.1 ssh.1]
1997 remove ref to .ssh/random_seed, mention .ssh/environment in
2023 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
2052 - [authfd.c ssh-agent.c]
2079 - [ssh.1]
2081 - [channels.c ssh.c ssh.h sshd.c]
2136 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
2161 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
2166 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
2176 - [ssh-add.1 ssh-add.c ssh.h]
2178 - [ssh.1]
2206 - [ssh-add.1 ssh-add.c]
2208 - [ssh.1 ssh.c]
2222 [ssh.h sshd.8 sshd.c]
2232 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
2235 ssh-1.2.27 clients without 'ssh -v', ok: niels@
2249 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2251 - [ssh-keygen.c]
2252 don't create ~/.ssh only if the user wants to store the private
2264 - Only display public key comment when presenting ssh-askpass dialog
2274 - [log.c readconf.c servconf.c ssh.h]
2279 - [ssh-agent.c]
2288 - [ssh-keygen.c]
2292 - [ssh-keygen.c] overflow, djm@mindrot.org
2300 - Fix segfault in ssh-keygen caused by buffer overrun in filename
2306 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2313 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
2330 - [ssh.1] Spell my name right.
2345 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2348 - [ssh-agent.1] typo
2349 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
2358 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2363 - [ssh.c]
2371 - [ssh-add.c] change passphrase loop logic and remove ref to
2373 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
2388 [readconf.c] print _all_ bad config-options in ssh(1), too
2389 [readconf.h] print _all_ bad config-options in ssh(1), too
2390 [ssh.c] print _all_ bad config-options in ssh(1), too
2401 - [ssh-keygen.1] fix .Xr
2416 - Delay fork (-f option) in ssh until after port forwarded connections
2422 if executed from inside a ssh login.
2427 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
2431 - Grab server in gnome-ssh-askpass (Debian bug #49872)
2437 [ssh.c ssh.h sshconnect.c sshd.c]
2442 * remove #include "readconf.h" from ssh.h
2446 - Make ssh-askpass support optional through autoconf
2454 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2455 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2456 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2465 [ssh.1 ssh.c ssh.h sshd.8]
2466 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2476 - ssh-agent commandline parsing
2477 - RPM spec file now installs ssh setuid root
2484 - Fixed location of ssh-askpass to follow autoconf
2505 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2508 - Added ssh-askpass program
2509 - Added ssh-askpass support to ssh-add.c
2512 - Added example for ssh-agent to manpage
2535 - ssh-agent.c - call setsid() regardless of argv[]
2536 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2542 - Renamed openssh* back to ssh* at request of Theo de Raadt