Class: HrrRbSsh::Transport::ServerHostKeyAlgorithm::SshEd25519
- Inherits:
-
HrrRbSsh::Transport::ServerHostKeyAlgorithm
- Object
- HrrRbSsh::Transport::ServerHostKeyAlgorithm
- HrrRbSsh::Transport::ServerHostKeyAlgorithm::SshEd25519
- Includes:
- Functionable
- Defined in:
- lib/hrr_rb_ssh/transport/server_host_key_algorithm/ssh_ed25519.rb
Constant Summary collapse
- NAME =
'ssh-ed25519'- PREFERENCE =
60- SECRET_KEY =
::Ed25519::SigningKey.generate
Method Summary
Methods included from Functionable
#initialize, #server_public_host_key, #sign, #verify