summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication/methods/hostbased.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/authentication/methods/hostbased.rb')
-rw-r--r--lib/net/ssh/authentication/methods/hostbased.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/net/ssh/authentication/methods/hostbased.rb b/lib/net/ssh/authentication/methods/hostbased.rb
index a4afbb4..c4cd4cb 100644
--- a/lib/net/ssh/authentication/methods/hostbased.rb
+++ b/lib/net/ssh/authentication/methods/hostbased.rb
@@ -4,7 +4,6 @@ module Net
module SSH
module Authentication
module Methods
-
# Implements the host-based SSH authentication method.
class Hostbased < Abstract
include Constants
@@ -67,7 +66,6 @@ module Net
Buffer.from(:key, identity).to_s, hostname, client_username).to_s
end
end
-
end
end
end