[config/dns] Plusieurs algo de hash possiblent pour sshfp
This commit is contained in:
parent
9e203163d4
commit
3eea38d69c
1 changed files with 10 additions and 0 deletions
|
@ -120,7 +120,17 @@ sshfp_algo = {
|
||||||
"ecdsa" : (3, "ecdsa-sha2-nistp521"),
|
"ecdsa" : (3, "ecdsa-sha2-nistp521"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sshfs_ralgo = {}
|
||||||
|
for key,value in sshfp_algo.items():
|
||||||
|
sshfs_ralgo[value[1]] = (value[0], key)
|
||||||
|
|
||||||
|
sshfp_hash = {
|
||||||
|
"sha1" : 1,
|
||||||
|
"sha256" : 2,
|
||||||
|
}
|
||||||
|
|
||||||
sshkey_max_age=2*(365.25*24*3600)
|
sshkey_max_age=2*(365.25*24*3600)
|
||||||
|
|
||||||
sshkey_size = {
|
sshkey_size = {
|
||||||
'rsa':4096,
|
'rsa':4096,
|
||||||
'dsa':1024,
|
'dsa':1024,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue