Age | Commit message (Collapse) | Author |
|
[ssh.1]
add agent and X11 forwarding warning text from ssh_config.5; ok markus@
|
|
[ssh.1 ssh.c]
deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
|
|
[ssh.1]
ForwardAgent has defaulted to no for over 2 years; be more clear here.
|
|
[ssh.1 sshd.8 sshd_config.5]
more PermitUserEnvironment; ok markus@
|
|
[ssh.1 sshd.8]
note that .ssh/environment is only read when
allowed (PermitUserEnvironment in sshd_config).
OK markus@
|
|
[ssh.1]
typo
|
|
[ssh.1]
section 5 not 4 for ssh_config
|
|
[ssh.1 sshd.8]
move configuration file options from ssh.1/sshd.8 to
ssh_config.5/sshd_config.5; ok deraadt@ millert@
|
|
[auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c
authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1
ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c
ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c
xmalloc.h]
KNF done automatically while reading....
|
|
[readconf.c ssh.1]
change RhostsRSAAuthentication and RhostsAuthentication default to no
since ssh is no longer setuid root by default; ok markus@
|
|
[ssh.1]
update for no setuid root and ssh-keysign; ok deraadt@
|
|
[readconf.c readconf.h ssh.1 ssh.c]
deprecate FallBackToRsh and UseRsh; patch from djm@
|
|
[ssh.1 sshd.8]
spelling
|
|
[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.
|