forked from WillFantom/jumpbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reasons unknown - just for the ci pipeline to be happy
- Loading branch information
1 parent
29caac2
commit da17d93
Showing
1 changed file
with
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ hostkey_size_rsa-sha2-512 = 3072 | |
hostkey_size_ssh-rsa = 3072 | ||
|
||
# Group exchange DH modulus sizes. | ||
dh_modulus_size_diffie-hellman-group-exchange-sha256 = 2048 | ||
dh_modulus_size_diffie-hellman-group-exchange-sha256 = 4096 | ||
|
||
# The host key types that must match exactly (order matters). | ||
host keys = ssh-ed25519, rsa-sha2-512, rsa-sha2-256, rsa-sha2-512, rsa-sha2-256 | ||
|
@@ -22,7 +22,7 @@ host keys = ssh-ed25519, rsa-sha2-512, rsa-sha2-256, rsa-sha2-512, rsa-sha2-256 | |
#optional host keys = [email protected],[email protected],[email protected],[email protected],[email protected] | ||
|
||
# The key exchange algorithms that must match exactly (order matters). | ||
key exchanges = curve25519-sha256, [email protected], diffie-hellman-group-exchange-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group14-sha256 | ||
key exchanges = curve25519-sha256, [email protected], diffie-hellman-group-exchange-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group14-sha256, [email protected] | ||
|
||
# The ciphers that must match exactly (order matters). | ||
ciphers = [email protected], aes128-ctr, aes192-ctr, aes256-ctr, [email protected], [email protected] | ||
|