summaryrefslogtreecommitdiff
path: root/lib/net/ssh/known_hosts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/known_hosts.rb')
-rw-r--r--lib/net/ssh/known_hosts.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/ssh/known_hosts.rb b/lib/net/ssh/known_hosts.rb
index eeb8635..95b024d 100644
--- a/lib/net/ssh/known_hosts.rb
+++ b/lib/net/ssh/known_hosts.rb
@@ -1,6 +1,7 @@
require 'strscan'
require 'openssl'
require 'base64'
+require 'delegate'
require 'net/ssh/buffer'
require 'net/ssh/authentication/ed25519_loader'