File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ func (b *Builder) BuildLoginSshHostKeys(loginset *slinkyv1beta1.LoginSet) (*core
3232 Key : loginset .SshHostKeys (),
3333 Metadata : loginset .Spec .Template .PodMetadata ,
3434 Data : map [string ][]byte {
35- sshHostEcdsaKeyFile : keyPairRsa .PrivateKey (),
36- sshHostEcdsaPubKeyFile : keyPairRsa .PublicKey (),
35+ sshHostEcdsaKeyFile : keyPairEcdsa .PrivateKey (),
36+ sshHostEcdsaPubKeyFile : keyPairEcdsa .PublicKey (),
3737 sshHostEd25519KeyFile : keyPairEd25519 .PrivateKey (),
3838 sshHostEd25519PubKeyFile : keyPairEd25519 .PublicKey (),
39- sshHostRsaKeyFile : keyPairEcdsa .PrivateKey (),
40- sshHostRsaPubKeyFile : keyPairEcdsa .PublicKey (),
39+ sshHostRsaKeyFile : keyPairRsa .PrivateKey (),
40+ sshHostRsaPubKeyFile : keyPairRsa .PublicKey (),
4141 },
4242 Immutable : true ,
4343 }
You can’t perform that action at this time.
0 commit comments