diff options
author | djm@openbsd.org <djm@openbsd.org> | 2022-09-17 12:33:18 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-09-17 12:39:02 +0200 |
commit | 54b333d12e55e6560b328c737d514ff3511f1afd (patch) | |
tree | a146a4a4f3413d2003e573de1f7085823a2f306c /ssh.1 | |
parent | upstream: Add a sshkey_check_rsa_length() call for checking the (diff) | |
download | openssh-54b333d12e55e6560b328c737d514ff3511f1afd.tar.xz openssh-54b333d12e55e6560b328c737d514ff3511f1afd.zip |
upstream: add a RequiredRSASize for checking RSA key length in
ssh(1). User authentication keys that fall beneath this limit will be
ignored. If a host presents a host key beneath this limit then the connection
will be terminated (unfortunately there are no fallbacks in the protocol for
host authentication).
feedback deraadt, Dmitry Belyavskiy; ok markus@
OpenBSD-Commit-ID: 430e339b2a79fa9ecc63f2837b06fdd88a7da13a
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.431 2022/05/28 05:57:56 jmc Exp $ -.Dd $Mdocdate: May 28 2022 $ +.\" $OpenBSD: ssh.1,v 1.432 2022/09/17 10:33:18 djm Exp $ +.Dd $Mdocdate: September 17 2022 $ .Dt SSH 1 .Os .Sh NAME @@ -571,6 +571,7 @@ For full details of the options listed below, and their possible values, see .It RemoteCommand .It RemoteForward .It RequestTTY +.It RequiredRSASize .It SendEnv .It ServerAliveInterval .It ServerAliveCountMax |