starting moduli.c port from OpenSSH
This commit is contained in:
@@ -19,9 +19,8 @@
|
||||
|
||||
## Why?
|
||||
Compared to something like [`rsh`](https://en.wikipedia.org/wiki/Remote_Shell), SSH (*Secure SHell*) is a vast step ahead in terms of security. Since its birth, it's seen
|
||||
functionality
|
||||
increase
|
||||
by leaps and bounds. [OpenSSH](https://www.openssh.com/), by far the most deployed SSH implementation, pays special attention to security. However, due to:
|
||||
functionality increase by leaps and bounds.
|
||||
[OpenSSH](https://www.openssh.com/), by far the most deployed SSH implementation, pays special attention to security. However, due to:
|
||||
|
||||
* making various compromises for ease of use
|
||||
* unexpected vulnerabilities (are there ever any *expected* vulnerabilities?) such as [Logjam](https://weakdh.org/)
|
||||
@@ -85,4 +84,4 @@ logs, and there's much better options for handling those than running SSH over T
|
||||
[isn't the silver bullet you may think it is](https://restoreprivacy.com/tor/). You are,
|
||||
of course, welcome to turn it up yourself but it is advisable to not run SSHSecure in an
|
||||
automated fashion in this case as it may revert the changes your `sshd_config`. It'll
|
||||
try not to, but it may.
|
||||
try not to, but it may.
|
||||
|
||||
Reference in New Issue
Block a user