| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
also print an error if krb5 ticket passing is disabled
Submitted by: Jonathan Chen <jon@spock.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
It is done by using the same ssh messages for v4 and v5 authentication
(since the ssh.com does not now anything about v4) and looking at the
contents after unpacking it to see if it is v4 or v5.
Based on code from Björn Grönvall <bg@sics.se>
PR: misc/20504
|
|
|
|
|
|
|
|
| |
(instead of just mitigating through connection limits) the Bleichenbacher
attack which can lead to guessing of the server key (not host key) by
regenerating it when an RSA failure is detected.
Reviewed by: rwatson
|
|
|
|
| |
and giving a dire error to its lingering users.
|
|
|
|
|
|
| |
when an X11-forwarded client was closed. For some reason, sshd didn't
disable the SIGPIPE exit handler and died a horrible death (well, okay,
a silent death really). Set SIGPIPE's handler to SIG_IGN.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new features description elided in favor of checking out their
website.
Important new FreeBSD-version stuff: PAM support has been worked
in, partially from the "Unix" OpenSSH version, and a lot due to the
work of Eivind Eklend, too.
This requires at least the following in pam.conf:
sshd auth sufficient pam_skey.so
sshd auth required pam_unix.so try_first_pass
sshd session required pam_permit.so
Parts by: Eivind Eklend <eivind@FreeBSD.org>
|
| |
|
| |
|
|
|
|
| |
Reviewed by: gshapiro, peter, green
|
|
|
|
| |
We do have /proc/curproc/file :)
|
| |
|
|
|
|
|
|
|
| |
before for this, requiring a new function (get_ipaddr()). canohost.c
receives a $FreeBSD$ line.
Suggested by: Niels Provos <niels@OpenBSD.org>
|
| |
|
|
|
|
| |
Noticed by: obrien
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
OpenSSH is in our source tree, now. It's a time to enable it.
Reviewed by: markm, shin
Approved by: jkh
|
|
|
|
|
|
| |
by Daniel Kouril <kouril@informatics.muni.cz>
2) Add full LOGIN_CAP capability
by Andrey Chernov
|
|
|
|
| |
sshd coredump :(
|
| |
|
|
|