From 4ed113fb4918c3fb886a87ca0e2063ee81cc25ca Mon Sep 17 00:00:00 2001 From: Daniel Goertzen Date: Fri, 7 Sep 2012 14:59:08 -0500 Subject: fix typo in keyboard-interactive string --- lib/ssh/src/ssh_auth.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh/src/ssh_auth.hrl') diff --git a/lib/ssh/src/ssh_auth.hrl b/lib/ssh/src/ssh_auth.hrl index 7d7bad4436..e74ee10041 100644 --- a/lib/ssh/src/ssh_auth.hrl +++ b/lib/ssh/src/ssh_auth.hrl @@ -21,7 +21,7 @@ %%% Description: Ssh User Authentication Protocol --define(SUPPORTED_AUTH_METHODS, "publickey,keyboard_interactive,password"). +-define(SUPPORTED_AUTH_METHODS, "publickey,keyboard-interactive,password"). -define(PREFERRED_PK_ALG, ssh_rsa). -- cgit v1.2.3