-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't manage SSH ciphers on bullseye
The OpenSSH daemon comes with reasonable defaults these days, so don't try to manage that, by copying the same cipher list from release to release. Between Debian releases there is usually a large overlap over compatible ciphers, so there shouldn't be any fear of breaking compatibility between Proxmox VE releases either.
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
pve_release_key: proxmox-ve-release-7.x.asc | ||
pve_release_key_id: DD4BA3917E23BF59 | ||
pve_ssh_ciphers: "aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com" | ||
pve_ceph_repository_line: "deb http://download.proxmox.com/debian/ceph-pacific bullseye main" | ||
pve_ceph_repository_line: "deb http://download.proxmox.com/debian/ceph-pacific bullseye main" |