Age | Commit message (Collapse) | Author |
|
[ssh.1]
sort ChallengeResponseAuthentication; ok markus@
|
|
[ssh.1 sshd.8]
Kill/adjust r(login|exec)d? references now that those are no longer in
the tree.
|
|
[ssh.1 sshd.8]
update to recent drafts
|
|
[clientloop.c ssh.1]
add built-in command line for adding new port forwardings on the fly.
based on a patch from brian wellington. ok markus@.
|
|
[ssh.1]
-q: Fatal errors are _not_ displayed.
|
|
- deraadt@cvs.openbsd.org 2002/02/09 17:37:34
[pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1]
move ssh config files to /etc/ssh
- (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
|
|
[ssh.1 sshd.8]
some KeepAlive cleanup/clarify; ok markus@
|
|
[scp.1 ssh.1]
mention exit status; ok stevesk@
|
|
[ssh.1]
correct defaults for -i/IdentityFile; ok markus@
|
|
[ssh.1 sshd.8]
some missing and misplaced periods
|
|
[ssh.1 sshd.8]
document LogLevel DEBUG[123]; ok markus@
|
|
[ssh.1]
mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
|
|
[ssh.1]
ssh.1
|
|
[readconf.c readconf.h ssh.1 sshconnect.c]
add NoHostAuthenticationForLocalhost; note that the hostkey is
now check for localhost, too.
|
|
[readconf.c readconf.h scp.c sftp.c ssh.1]
add ClearAllForwardings ssh option and set it in scp and sftp; ok
markus@
|
|
[scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
avoid first person in manual pages
|
|
[readconf.c ssh.1]
validate ports for LocalForward/RemoteForward.
add host/port alternative syntax for IPv6 (like -L/-R).
ok markus@
|
|
[ssh.1]
add -D to synopsis line; ok markus@
|
|
[ssh.1 sshd.8]
additional documentation for GatewayPorts; ok markus@
|
|
[ssh.1 ssh.c]
document -D and DynamicForward; ok markus
|
|
[ssh.1 ssh.c]
allow: ssh -F configfile host
|
|
[ssh.1]
document cipher des for protocol 1; ok deraadt@
|
|
[ssh.1]
hostname not optional; ok markus@
|
|
[ssh.1 sshd.8]
minor typos and cleanup
|
|
[ssh.1 sshd.8]
document case sensitivity for ssh, sshd and key file
options and arguments; ok markus@
|
|
[scp.1 sftp.1 ssh.1]
consistent documentation and example of ``-o ssh_option'' for sftp and
scp; document keyword=argument for ssh.
|
|
[ssh.1 sshd.8]
refer to current ietf drafts for protocol v2
|
|
[readconf.c readconf.h ssh.1 ssh.c]
add 'SmartcardDevice' client option to specify which smartcard device
is used to access a smartcard used for storing the user's private RSA
key. ok markus@.
|
|
[readconf.c ssh.1 ssh.c sshconnect.c]
cleanup connect(); connection_attempts 4 -> 1; from
eivind@freebsd.org
|
|
[ssh.1]
sync PreferredAuthentications
|
|
[readconf.c ssh.1]
enable challenge-response auth by default; ok millert@
|
|
[ssh.1]
There is no option "Compress", point to "Compression" instead; ok
markus
|
|
[ssh.1]
"the" command line
|
|
[ssh.1]
escape chars are below now
|
|
[ssh.1]
document SSH_ASKPASS; fubob@MIT.EDU
|
|
[sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
kill whitespace at EOL.
|
|
[kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
get rid of known_hosts2, use it for hostkey lookup, but do not
modify.
|
|
[auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
ssh-keygen.1]
merge authorized_keys2 into authorized_keys.
authorized_keys2 is used for backward compat.
(just append authorized_keys2 to authorized_keys).
|
|
[ssh.1 sshd.8 ssh-keyscan.1]
o) .Sh AUTHOR -> .Sh AUTHORS;
o) remove unnecessary .Pp;
o) better -mdoc style;
o) typo;
o) sort SEE ALSO;
aaron@ ok
|
|
[ssh.1 sshd.8]
document MACs defaults with .Dq
|
|
[ssh.1 sshconnect2.c]
change preferredauthentication order to
publickey,hostbased,password,keyboard-interactive
document that hostbased defaults to no, document order
|
|
[ssh.1]
no spaces in PreferredAuthentications;
meixner@rbg.informatik.tu-darmstadt.de
|
|
[ssh.1]
X11 forwarding details improved
|
|
[ssh.1 sshd.8]
typos
|
|
[readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
implement 'ssh -b bind_address' like 'telnet -b'
|
|
[ssh-keygen.1 ssh.1 sshd.8]
document hostbased and other cleanup
|
|
[sftp-server.8 sftp.1 ssh.1 sshd.8]
xref draft-ietf-secsh-*
|
|
[ssh.1]
typos spotted by stevesk@; ok deraadt@
|
|
[clientloop.c ssh.1]
Split out and improve escape character documentation, mention ~R in
~? help text; ok markus@
|
|
[key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
|