History log of /freebsd-13.1/crypto/openssh/serverloop.c (Results 1 – 25 of 42)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0
# 317a38ab 08-Sep-2021 Ed Maste <[email protected]>

openssh: update to OpenSSH v8.7p1

Some notable changes, from upstream's release notes:

- sshd(8): Remove support for obsolete "host/port" syntax.
- ssh(1): When prompting whether to record a new ho

openssh: update to OpenSSH v8.7p1

Some notable changes, from upstream's release notes:

- sshd(8): Remove support for obsolete "host/port" syntax.
- ssh(1): When prompting whether to record a new host key, accept the key
fingerprint as a synonym for "yes".
- ssh-keygen(1): when acting as a CA and signing certificates with an RSA
key, default to using the rsa-sha2-512 signature algorithm.
- ssh(1), sshd(8), ssh-keygen(1): this release removes the "ssh-rsa"
(RSA/SHA1) algorithm from those accepted for certificate signatures.
- ssh-sk-helper(8): this is a new binary. It is used by the FIDO/U2F
support to provide address-space isolation for token middleware
libraries (including the internal one).
- ssh(1): this release enables UpdateHostkeys by default subject to some
conservative preconditions.
- scp(1): this release changes the behaviour of remote to remote copies
(e.g. "scp host-a:/path host-b:") to transfer through the local host
by default.
- scp(1): experimental support for transfers using the SFTP protocol as
a replacement for the venerable SCP/RCP protocol that it has
traditionally used.

Additional integration work is needed to support FIDO/U2F in the base
system.

Deprecation Notice
------------------

OpenSSH will disable the ssh-rsa signature scheme by default in the
next release.

Reviewed by: imp
MFC after: 1 month
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29985

(cherry picked from commit 19261079b74319502c6ffa1249920079f0f69a72)
(cherry picked from commit f448c3ed4ae1281861913a56377f9d93d49f8e8e)
(cherry picked from commit 1f290c707a19d1695c303e6c8ead9cc414ccc6dc)
(cherry picked from commit 0f9bafdfc325779e4ecc5154d5bb06c752297138)
(cherry picked from commit adb56e58e8db84d8087ebe3d3e7def0074cb5a90)
(cherry picked from commit 576b58108c1723c85e4dd00355e29bfe301dab11)
(cherry picked from commit 1c99af1ebe61cbaf633792941640dcd254acf921)
(cherry picked from commit 87152f34054921632016bc5eb4ab9f836fbaa522)
(cherry picked from commit 172fa4aa7577915bf5ace5783251821d3774dc05)

show more ...


Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# 0b0dd508 20-Jan-2016 Dag-Erling Smørgrav <[email protected]>

Remove RCS tags from files in which we no longer have any local
modifications, and add them to two files in which we do.


# 60c59fad 19-Jan-2016 Dag-Erling Smørgrav <[email protected]>

As previously threatened, remove the HPN patch from OpenSSH.


# 5bec830e 11-Nov-2015 Dag-Erling Smørgrav <[email protected]>

Remove /* $FreeBSD$ */ from files that already have __RCSID("$FreeBSD$").


Revision tags: release/10.2.0, release/10.1.0, release/9.3.0
# cf783db1 24-Mar-2014 Dag-Erling Smørgrav <[email protected]>

Add a pre-merge script which reverts mechanical changes such as added
$FreeBSD$ tags and man page dates.

Add a post-merge script which reapplies these changes.

Run both scripts to normalize the exi

Add a pre-merge script which reverts mechanical changes such as added
$FreeBSD$ tags and man page dates.

Add a post-merge script which reapplies these changes.

Run both scripts to normalize the existing code base. As a result, many
files which should have had $FreeBSD$ tags but didn't now have them.

Partly rewrite the upgrade instructions and remove the now outdated
list of tricks.

show more ...


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0
# 89986192 03-Aug-2011 Brooks Davis <[email protected]>

Add support for dynamically adjusted buffers to allow the full use of
the bandwidth of long fat pipes (i.e. 100Mbps+ trans-oceanic or
trans-continental links). Bandwidth-delay products up to 64MB ar

Add support for dynamically adjusted buffers to allow the full use of
the bandwidth of long fat pipes (i.e. 100Mbps+ trans-oceanic or
trans-continental links). Bandwidth-delay products up to 64MB are
supported.

Also add support (not compiled by default) for the None cypher. The
None cypher can only be enabled on non-interactive sessions (those
without a pty where -T was not used) and must be enabled in both
the client and server configuration files and on the client command
line. Additionally, the None cypher will only be activated after
authentication is complete. To enable the None cypher you must add
-DNONE_CIPHER_ENABLED to CFLAGS via the make command line or in
/etc/make.conf.

This code is a style(9) compliant version of these features extracted
from the patches published at:

http://www.psc.edu/networking/projects/hpn-ssh/

Merging this patch has been a collaboration between me and Bjoern.

Reviewed by: bz
Approved by: re (kib), des (maintainer)

show more ...


Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0
# 124981e1 21-Apr-2010 Dag-Erling Smørgrav <[email protected]>

MFH OpenSSH 5.4p1


Revision tags: release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0
# 62efe23a 10-Nov-2006 Dag-Erling Smørgrav <[email protected]>

Resolve conflicts.


# 92eb0aa1 10-Nov-2006 Dag-Erling Smørgrav <[email protected]>

Vendor import of OpenSSH 4.5p1.


# 333ee039 30-Sep-2006 Dag-Erling Smørgrav <[email protected]>

Merge conflicts.

MFC after: 1 week


# 761efaa7 30-Sep-2006 Dag-Erling Smørgrav <[email protected]>

Vendor import of OpenSSH 4.4p1.


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# b74df5b2 22-Mar-2006 Dag-Erling Smørgrav <[email protected]>

Merge conflicts.


# 021d409f 22-Mar-2006 Dag-Erling Smørgrav <[email protected]>

Vendor import of OpenSSH 4.3p1.


Revision tags: release/6.0.0_cvs, release/6.0.0
# d4ecd108 03-Sep-2005 Dag-Erling Smørgrav <[email protected]>

Resolve conflicts.


# 043840df 03-Sep-2005 Dag-Erling Smørgrav <[email protected]>

Vendor import of OpenSSH 4.2p1.


Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0
# 21e764df 28-Oct-2004 Dag-Erling Smørgrav <[email protected]>

Resolve conflicts


# d74d50a8 28-Oct-2004 Dag-Erling Smørgrav <[email protected]>

Vendor import of OpenSSH 3.9p1.


Revision tags: release/4.10.0_cvs, release/4.10.0
# 1ec0d754 26-Feb-2004 Dag-Erling Smørgrav <[email protected]>

Resolve conflicts.


# efcad6b7 26-Feb-2004 Dag-Erling Smørgrav <[email protected]>

Vendor import of OpenSSH 3.8p1.


Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0
# cf2b5f3b 07-Jan-2004 Dag-Erling Smørgrav <[email protected]>

Resolve conflicts and remove obsolete files.

Sponsored by: registrar.no


# d95e11bf 07-Jan-2004 Dag-Erling Smørgrav <[email protected]>

Vendor import of OpenSSH 3.7.1p2.


Revision tags: release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0
# d12c7b01 01-May-2003 Dag-Erling Smørgrav <[email protected]>

Remove RCSID from files which have no other diffs to the vendor branch.


# e73e9afa 23-Apr-2003 Dag-Erling Smørgrav <[email protected]>

Resolve conflicts.


# d0c8c0bc 23-Apr-2003 Dag-Erling Smørgrav <[email protected]>

Vendor import of OpenSSH-portable 3.6.1p1.


Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0
# f388f5ef 29-Oct-2002 Dag-Erling Smørgrav <[email protected]>

Resolve conflicts.


12