diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2024-06-27 23:02:16 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-06-28 00:36:16 +0200 |
commit | 268c3a7f5783e731ed60f4e28da66ee3743581d3 (patch) | |
tree | 05d11e4a1b1456935cd28c40d2b04e978c191f1e | |
parent | upstream: move child process waitpid() loop out of SIGCHLD handler; (diff) | |
download | openssh-268c3a7f5783e731ed60f4e28da66ee3743581d3.tar.xz openssh-268c3a7f5783e731ed60f4e28da66ee3743581d3.zip |
upstream: ssl(8) no longer contains a HISTORY section;
OpenBSD-Commit-ID: 83b7ff34433d79595e9c2a5d2a561a6660251245
-rw-r--r-- | ssh.1 | 7 |
1 files changed, 2 insertions, 5 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.441 2024/06/17 08:30:29 djm Exp $ -.Dd $Mdocdate: June 17 2024 $ +.\" $OpenBSD: ssh.1,v 1.442 2024/06/27 21:02:16 jmc Exp $ +.Dd $Mdocdate: June 27 2024 $ .Dt SSH 1 .Os .Sh NAME @@ -929,9 +929,6 @@ The server knows the public key, and only the user knows the private key. .Nm implements public key authentication protocol automatically, using one of the ECDSA, Ed25519 or RSA algorithms. -The HISTORY section of -.Xr ssl 8 -contains a brief discussion of the RSA and ECDSA algorithms. .Pp The file .Pa ~/.ssh/authorized_keys |