summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication/constants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/authentication/constants.rb')
-rw-r--r--lib/net/ssh/authentication/constants.rb13
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/net/ssh/authentication/constants.rb b/lib/net/ssh/authentication/constants.rb
index d4a12e0..d0b88b0 100644
--- a/lib/net/ssh/authentication/constants.rb
+++ b/lib/net/ssh/authentication/constants.rb
@@ -1,5 +1,5 @@
-module Net
- module SSH
+module Net
+ module SSH
module Authentication
# Describes the constants used by the Net::SSH::Authentication components
@@ -10,11 +10,12 @@ module Net
USERAUTH_FAILURE = 51
USERAUTH_SUCCESS = 52
USERAUTH_BANNER = 53
-
+
USERAUTH_PASSWD_CHANGEREQ = 60
USERAUTH_PK_OK = 60
-
+
USERAUTH_METHOD_RANGE = 60..79
end
-
-end; end; end \ No newline at end of file
+ end
+ end
+end