Class: HrrRbSsh::Transport::ServerHostKeyAlgorithm::SshRsa
- Inherits:
-
HrrRbSsh::Transport::ServerHostKeyAlgorithm
- Object
- HrrRbSsh::Transport::ServerHostKeyAlgorithm
- HrrRbSsh::Transport::ServerHostKeyAlgorithm::SshRsa
- Includes:
- Functionable
- Defined in:
- lib/hrr_rb_ssh/transport/server_host_key_algorithm/ssh_rsa.rb
Constant Summary collapse
- NAME =
'ssh-rsa'- PREFERENCE =
20- SECRET_KEY =
OpenSSL::PKey::RSA.new(2048).to_pem
Method Summary
Methods included from Functionable
#initialize, #server_public_host_key, #sign, #verify