Age | Commit message (Collapse) | Author |
|
[sshd.8]
no rexd; 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@
|
|
[servconf.c servconf.h session.c sshd.8]
deprecate CheckMail. ok markus@
|
|
[ssh.1 sshd.8]
refer to current ietf drafts for protocol v2
|
|
[sshd.8]
cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
|
|
[sshd.8 sshd.c]
add -t option to test configuration file and keys; pekkas@netcore.fi
ok markus@
|
|
[sshd.8]
Xr login.conf
|
|
[auth.c match.c sshd.8]
tridge@samba.org
|
|
[sshd.8]
remove unnecessary .Pp between .It;
millert@ ok
|
|
[sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
kill whitespace at EOL.
|
|
[sshd.8]
draft-ietf-secsh-dh-group-exchange-01.txt
|
|
[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).
|
|
[sshd.8]
document /etc/moduli
|
|
[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
|
|
[session.c sshd.8]
disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
|
|
[sshd.8]
typo; bdubreuil@crrel.usace.army.mil
|
|
[auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
sshd_config]
configurable authorized_keys{,2} location; originally from peter@;
ok djm@
|
|
[misc.c misc.h servconf.c sshd.8 sshd.c]
sshd command-line arguments and configuration file options that
specify time may be expressed using a sequence of the form:
time[qualifier], where time is a positive integer value and qualifier
is one of the following:
<none>,s,m,h,d,w
Examples:
600 600 seconds (10 minutes)
10m 10 minutes
1h30m 1 hour 30 minutes (90 minutes)
ok markus@
|
|
[ssh.1 sshd.8]
document MACs defaults with .Dq
|
|
[sshd.8]
sort options; Matthew.Stier@fnc.fujitsu.com
|
|
[ssh.1 sshd.8]
typos
|
|
(default: off), implies KbdInteractiveAuthentication. Suggestion from
markus@
|
|
[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-*
|
|
|
|
[sshd.8]
some ClientAlive cleanup; ok markus@
|
|
[channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
Add options ClientAliveInterval and ClientAliveCountMax to sshd.
This gives the ability to do a "keepalive" via the encrypted channel
which can't be spoofed (unlike TCP keepalives). Useful for when you want
to use ssh connections to authenticate people for something, and know
relatively quickly when they are no longer authenticated. Disabled
by default (of course). ok markus@
|
|
[sshd.8 sshd.c]
implement the -e option into sshd:
-e When this option is specified, sshd will send the output to the
standard error instead of the system log.
markus@ OK.
|
|
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
document id_rsa{.pub,}. markus ok
|
|
[sshd.8]
ListenAddress mandoc from aaron@
|
|
[sshd.8]
spelling
|
|
[sshd.8]
document ListenAddress addr:port
|
|
[sshd.8]
typo; ok markus@
|
|
[servconf.c servconf.h session.c sshd.8 sshd_config]
PrintLastLog option; from chip@valinux.com with some minor
changes by me. ok markus@
|
|
[sshd.8]
Document permitopen authorized_keys option; ok markus@
|
|
[ssh.1 sshd.8]
the name "secure shell" is boring, noone ever uses it
|
|
[sshd.8]
detail default hmac setup too
|
|
[sshd.8]
alpha order; jcs@rt.fm
|
|
[sshd.8]
list SSH2 ciphers
|
|
[sshd.8]
spelling
|
|
[servconf.c sshd.8]
kill obsolete RandomSeed; ok markus@ deraadt@
|
|
[sshd.8]
small cleanup and clarify for PermitRootLogin; ok markus@
|
|
[atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
make copyright lines the same format
|
|
[sshd.8]
doc the dsa/rsa key pair files
|
|
[sshd.8]
explain SIGHUP better
|
|
[ssh.1 sshd.8]
typos/grammar from matt@anzen.com
|
|
[sshd.8]
it's the OpenSSH one
|
|
- Disable and comment ChallengeResponseAuthentication in sshd_config
|