mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
remove hostkeyalgorithm setting
This commit is contained in:
@@ -54,10 +54,9 @@ func NewClientConfig() (*ssh.ClientConfig, error) {
|
||||
am = append(am, ssh.PublicKeys(signer))
|
||||
}
|
||||
return &ssh.ClientConfig{
|
||||
User: "root",
|
||||
HostKeyCallback: hkcWrapper(hkc),
|
||||
Auth: am,
|
||||
HostKeyAlgorithms: []string{ssh.KeyAlgoED25519},
|
||||
User: "root",
|
||||
HostKeyCallback: hkcWrapper(hkc),
|
||||
Auth: am,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user