mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
upstream: RSA/SHA-1 is not used by default anymore
OK dtucker deraadt djm OpenBSD-Commit-ID: 055c51a221c3f099dd75c95362f902da1b8678c6
This commit is contained in:
parent
9b2ee74e3a
commit
d39039ddc0
13
ssh_config.5
13
ssh_config.5
@ -33,8 +33,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.365 2021/09/15 06:56:01 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.366 2021/09/25 09:40:33 kn Exp $
|
||||||
.Dd $Mdocdate: September 15 2021 $
|
.Dd $Mdocdate: September 25 2021 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -879,12 +879,11 @@ sk-ssh-ed25519-cert-v01@openssh.com,
|
|||||||
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
|
||||||
ssh-ed25519,
|
ssh-ed25519,
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
sk-ssh-ed25519@openssh.com,
|
sk-ssh-ed25519@openssh.com,
|
||||||
sk-ecdsa-sha2-nistp256@openssh.com,
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
rsa-sha2-512,rsa-sha2-256
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
@ -926,12 +925,11 @@ sk-ssh-ed25519-cert-v01@openssh.com,
|
|||||||
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
|
||||||
ssh-ed25519,
|
ssh-ed25519,
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
sk-ecdsa-sha2-nistp256@openssh.com,
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
sk-ssh-ed25519@openssh.com,
|
sk-ssh-ed25519@openssh.com,
|
||||||
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
rsa-sha2-512,rsa-sha2-256
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
If hostkeys are known for the destination host then this default is modified
|
If hostkeys are known for the destination host then this default is modified
|
||||||
@ -1509,12 +1507,11 @@ sk-ssh-ed25519-cert-v01@openssh.com,
|
|||||||
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,
|
||||||
rsa-sha2-512-cert-v01@openssh.com,
|
rsa-sha2-512-cert-v01@openssh.com,
|
||||||
rsa-sha2-256-cert-v01@openssh.com,
|
rsa-sha2-256-cert-v01@openssh.com,
|
||||||
ssh-rsa-cert-v01@openssh.com,
|
|
||||||
ssh-ed25519,
|
ssh-ed25519,
|
||||||
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
|
||||||
sk-ssh-ed25519@openssh.com,
|
sk-ssh-ed25519@openssh.com,
|
||||||
sk-ecdsa-sha2-nistp256@openssh.com,
|
sk-ecdsa-sha2-nistp256@openssh.com,
|
||||||
rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
rsa-sha2-512,rsa-sha2-256
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The list of available signature algorithms may also be obtained using
|
The list of available signature algorithms may also be obtained using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user