Skip to content

Instantly share code, notes, and snippets.

@etrepum
Created May 24, 2012 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etrepum/2784652 to your computer and use it in GitHub Desktop.
Save etrepum/2784652 to your computer and use it in GitHub Desktop.
ssh tests (linux), maint 9bbda97
Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-14-virtual x86_64)
[…]
bob@ip-10-170-206-212:~/otp/release/tests/test_server$ $ERL_TOP/bin/erl
Erlang R15B02 (erts-5.9.2) [source] [64-bit] [smp:2:2] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.9.2 (abort with ^G)
1> ts:install().
Running /home/bob/otp/release/tests/test_server/configure --enable-shlib-thread-safetyEnv: []
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for sin in -lm... yes
checking for main in -linet... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking linux/tcp.h usability... yes
checking linux/tcp.h presence... yes
checking for linux/tcp.h... yes
checking for sane linux/tcp.h... yes
checking sys/socketio.h usability... no
checking sys/socketio.h presence... no
checking for sys/socketio.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking system version (for dynamic loading)... x86_64-unknown-linux-gnu
checking for dlopen in -ldl... yes
checking for connect... yes
checking for gethostbyname... yes
checking for strerror... yes
checking for vsnprintf... yes
checking for main in -lresolv... yes
checking for res_gethostbyname in -lresolv... yes
checking for javac... javac
checking for JDK version 1.5... yes
checking for make... make
configure: creating ./config.status
config.status: creating conf_vars
ok
2> ts:run(ssh, [batch]).
Command: erl -sname test_server -rsh rsh -env PATH "/home/bob/otp/release/tests/ssh_test:/home/bob/otp/bin/x86_64-unknown-linux-gnu:/home/bob/otp/bin:/home/bob/otp/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" -env ERL_CRASH_DUMP /home/bob/otp/release/tests/test_server/ssh_erl_crash.dump -boot start_sasl -sasl errlog_type error -pz /home/bob/otp/release/tests/test_server -ct_test_vars "{net_dir,\"\"}" -eval "file:set_cwd(\"/home/bob/otp/release/tests/ssh_test\")" -eval "ct:run_test([{spec,[\"ssh.spec\"]},{logdir,\"../test_server\"},{config,[\"../test_server/ts.config\",\"../test_server/ts.unix.config\"]},{vars,[{verbose,0}]},batch])" -noinput -s erlang halt
Common Test starting (cwd is /home/bob/otp/release/tests/ssh_test)
Common Test: Running make in test directories...
Recompile: ssh_to_openssh_SUITE
Recompile: ssh_sftpd_erlclient_SUITE
Recompile: ssh_sftpd_SUITE
Recompile: ssh_sftp_SUITE
Recompile: ssh_basic_SUITE
Recompile: ssh_test_lib
CWD set to: "/home/bob/otp/release/tests/test_server/ct_run.test_server@ip-10-170-206-212.2012-05-24_22.12.35"
TEST INFO: 1 test(s), 78 case(s) in 5 suite(s)
Testing tests.ssh_test: Starting test, 78 test cases
=TESTCASE: ssh_basic_SUITE:app_test/1
=INFO REPORT==== 24-May-2012::22:12:37 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:exec/1
=SUPERVISOR REPORT==== 24-May-2012::22:12:41 ===
Supervisor: {<0.364.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.367.0>},
{name,#Ref<0.0.0.4248>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:exec/1
=INFO REPORT==== 24-May-2012::22:12:41 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:exec_compressed/1
=SUPERVISOR REPORT==== 24-May-2012::22:12:45 ===
Supervisor: {<0.392.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.395.0>},
{name,#Ref<0.0.0.4554>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:exec_compressed/1
=INFO REPORT==== 24-May-2012::22:12:45 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:shell/1
=SUPERVISOR REPORT==== 24-May-2012::22:12:52 ===
Supervisor: {<0.422.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.424.0>},
{name,#Ref<0.0.0.4825>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:shell/1
=INFO REPORT==== 24-May-2012::22:12:52 ===
application: ssh
exited: stopped
type: temporary
'EXIT'
=TESTCASE: ssh_basic_SUITE:known_hosts/1
=SUPERVISOR REPORT==== 24-May-2012::22:12:55 ===
Supervisor: {<0.455.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.457.0>},
{name,#Ref<0.0.0.5128>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:known_hosts/1
=INFO REPORT==== 24-May-2012::22:12:55 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:exec/1
=SUPERVISOR REPORT==== 24-May-2012::22:12:59 ===
Supervisor: {<0.487.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.490.0>},
{name,#Ref<0.0.0.5640>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:exec/1
=INFO REPORT==== 24-May-2012::22:12:59 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:exec_compressed/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:03 ===
Supervisor: {<0.515.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.518.0>},
{name,#Ref<0.0.0.5946>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:exec_compressed/1
=INFO REPORT==== 24-May-2012::22:13:03 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:shell/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:10 ===
Supervisor: {<0.544.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.546.0>},
{name,#Ref<0.0.0.6208>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:shell/1
=INFO REPORT==== 24-May-2012::22:13:10 ===
application: ssh
exited: stopped
type: temporary
'EXIT'
=TESTCASE: ssh_basic_SUITE:known_hosts/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:14 ===
Supervisor: {<0.577.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.580.0>},
{name,#Ref<0.0.0.6514>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:known_hosts/1
=INFO REPORT==== 24-May-2012::22:13:14 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:18 ===
Supervisor: {<0.611.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.613.0>},
{name,#Ref<0.0.0.7031>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=INFO REPORT==== 24-May-2012::22:13:18 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:21 ===
Supervisor: {<0.643.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.645.0>},
{name,#Ref<0.0.0.7538>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:pass_phrase/1
=INFO REPORT==== 24-May-2012::22:13:21 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:internal_error/1
=ERROR REPORT==== 24-May-2012::22:13:22 ===
Erlang ssh connection handler failed with reason: function_clause
, Stacktace: [{ssh_file,identity_pass_phrase,
[undefined],
[{file,"ssh_file.erl"},{line,221}]},
{ssh_file,host_key,2,[{file,"ssh_file.erl"},{line,52}]},
{ssh_transport,get_host_key,1,
[{file,"ssh_transport.erl"},{line,412}]},
{ssh_transport,handle_kexdh_init,2,
[{file,"ssh_transport.erl"},{line,314}]},
{ssh_connection_handler,key_exchange,2,
[{file,"ssh_connection_handler.erl"},
{line,198}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]
please report this to erlang-bugs@erlang.org
=TESTCASE: ssh_basic_SUITE:internal_error/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:22 ===
Supervisor: {<0.675.0>,ssh_connection_sup}
Context: shutdown_error
Reason: {shutdown,{ssh_msg_disconnect,3,"Internal error","en"}}
Offender: [{pid,<0.678.0>},
{name,#Ref<0.0.0.8051>},
{mfargs,{ssh_connection_handler,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:internal_error/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:22 ===
Supervisor: {<0.675.0>,ssh_connection_sup}
Context: shutdown_error
Reason: {shutdown,normal}
Offender: [{pid,<0.677.0>},
{name,#Ref<0.0.0.8044>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:internal_error/1
=INFO REPORT==== 24-May-2012::22:13:22 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:daemon_already_started/1
=INFO REPORT==== 24-May-2012::22:13:22 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:server_password_option/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:25 ===
Supervisor: {<0.728.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.730.0>},
{name,#Ref<0.0.0.8621>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:server_password_option/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:29 ===
Supervisor: {<0.718.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.720.0>},
{name,#Ref<0.0.0.8571>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:server_password_option/1
=INFO REPORT==== 24-May-2012::22:13:29 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:server_userpassword_option/1
=INFO REPORT==== 24-May-2012::22:13:29 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:close/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:33 ===
Supervisor: {<0.803.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.806.0>},
{name,#Ref<0.0.0.9213>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_basic_SUITE:close/1
=INFO REPORT==== 24-May-2012::22:13:33 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_basic_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::22:13:33 ===
application: crypto
exited: stopped
type: temporary
=TESTCASE: ssh_sftp_SUITE:init_per_group/1
=ERROR REPORT==== 24-May-2012::22:13:35 ===
Erlang ssh connection handler failed with reason: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<126,21,115,206,142,
165,245,85,66,12,170,
157,23,106,85,83,72,
36,160,111,69,143,213,
95,154,70,110,7,92,
141,136,57,176,199,
116,114,0,50,146,204,
81,137,66,205,177,184,
60,141,76,233,9,43,
168,166,13,208,44,65,
231,235,122,64,162,
166,49,80,112,208,186,
85,36,86,186,91,28,
226,23,16,89,39,6,233,
104,67,155,188,158,97,
114,97,152,34,144,80,
213,57>>,
<<211,11,61,49,1,109,
190,155,224,4,157,
238,130,133,201,119,
45,142,236,116>>],
{ssh,client,
{"ip-10-170-206-212",
{{0,0,0,0,0,0,0,1},
22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,34,146,24,51,21,
235,1,227,1,185,51,
121,129,188,221,231,0,
0,0,26,100,105,102,
102,105,101,45,104,
101,108,108,109,97,
110,45,103,114,111,
117,112,49,45,115,104,
97,49,0,0,0,15,115,
115,104,45,114,115,97,
44,115,115,104,45,100,
115,115,0,0,0,19,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,0,
0,0,19,97,101,115,49,
50,56,45,99,98,99,44,
51,100,101,115,45,99,
98,99,0,0,0,9,104,109,
97,99,45,115,104,97,
49,0,0,0,9,104,109,97,
99,45,115,104,97,49,0,
0,0,9,110,111,110,101,
44,122,108,105,98,0,0,
0,9,110,111,110,101,
44,122,108,105,98,0,0,
0,0,0,0,0,0,0,0,0,0,0>>,
<<20,112,14,90,109,170,
105,62,244,32,212,17,
185,139,98,128,149,0,
0,0,183,101,99,100,
104,45,115,104,97,50,
45,110,105,115,116,
112,50,53,54,44,101,
99,100,104,45,115,104,
97,50,45,110,105,115,
116,112,51,56,52,44,
101,99,100,104,45,115,
104,97,50,45,110,105,
115,116,112,53,50,49,
44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
45,101,120,99,104,97,
110,103,101,45,115,
104,97,50,53,54,44,
100,105,102,102,105,
101,45,104,101,108,
108,109,97,110,45,103,
114,111,117,112,45,
101,120,99,104,97,110,
103,101,45,115,104,97,
49,44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
49,52,45,115,104,97,
49,44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
49,45,115,104,97,49,0,
0,0,35,115,115,104,45,
114,115,97,44,115,115,
104,45,100,115,115,44,
101,99,100,115,97,45,
115,104,97,50,45,110,
105,115,116,112,50,53,
54,0,0,0,157,97,101,
115,49,50,56,45,99,
116,114,44,97,101,115,
49,57,50,45,99,116,
114,44,97,101,115,50,
53,54,45,99,116,114,
44,97,114,99,102,111,
117,114,50,53,54,44,
97,114,99,102,111,117,
114,49,50,56,44,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,
44,98,108,111,119,102,
105,115,104,45,99,98,
99,44,99,97,115,116,
49,50,56,45,99,98,99,
44,97,101,115,49,57,
50,45,99,98,99,44,97,
101,115,50,53,54,45,
99,98,99,44,97,114,99,
102,111,117,114,44,
114,105,106,110,100,
97,101,108,45,99,98,
99,64,108,121,115,97,
116,111,114,46,108,
105,117,46,115,101,0,
0,0,157,97,101,115,49,
50,56,45,99,116,114,
44,97,101,115,49,57,
50,45,99,116,114,44,
97,101,115,50,53,54,
45,99,116,114,44,97,
114,99,102,111,117,
114,50,53,54,44,97,
114,99,102,111,117,
114,49,50,56,44,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,
44,98,108,111,119,102,
105,115,104,45,99,98,
99,44,99,97,115,116,
49,50,56,45,99,98,99,
44,97,101,115,49,57,
50,45,99,98,99,44,97,
101,115,50,53,54,45,
99,98,99,44,97,114,99,
102,111,117,114,44,
114,105,106,110,100,
97,101,108,45,99,98,
99,64,108,121,115,97,
116,111,114,46,108,
105,117,46,115,101,0,
0,0,105,104,109,97,99,
45,109,100,53,44,104,
109,97,99,45,115,104,
97,49,44,117,109,97,
99,45,54,52,64,111,
112,101,110,115,115,
104,46,99,111,109,44,
104,109,97,99,45,114,
105,112,101,109,100,
49,54,48,44,104,109,
97,99,45,114,105,112,
101,109,100,49,54,48,
64,111,112,101,110,
115,115,104,46,99,111,
109,44,104,109,97,99,
45,115,104,97,49,45,
57,54,44,104,109,97,
99,45,109,100,53,45,
57,54,0,0,0,105,104,
109,97,99,45,109,100,
53,44,104,109,97,99,
45,115,104,97,49,44,
117,109,97,99,45,54,
52,64,111,112,101,110,
115,115,104,46,99,111,
109,44,104,109,97,99,
45,114,105,112,101,
109,100,49,54,48,44,
104,109,97,99,45,114,
105,112,101,109,100,
49,54,48,64,111,112,
101,110,115,115,104,
46,99,111,109,44,104,
109,97,99,45,115,104,
97,49,45,57,54,44,104,
109,97,99,45,109,100,
53,45,57,54,0,0,0,21,
110,111,110,101,44,
122,108,105,98,64,111,
112,101,110,115,115,
104,46,99,111,109,0,0,
0,21,110,111,110,101,
44,122,108,105,98,64,
111,112,101,110,115,
115,104,46,99,111,109,
0,0,0,0,0,0,0,0,0,0,0,
0,0>>,
undefined,
'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,
ssh_no_io,'hmac-sha1',
<<75,24,108,13,99,168,
11,193,109,14,117,26,
105,40,113,77,206,14,
241,141>>,
20,'hmac-sha1',
<<75,105,151,77,184,197,
145,59,139,238,152,
163,91,239,56,177,76,
184,15,156>>,
20,'aes128-cbc',
<<17,122,250,81,16,213,
85,33,11,248,235,167,
237,11,42,227>>,
16,
<<6,233,104,67,155,188,
158,97,114,97,152,34,
144,80,213,57>>,
'aes128-cbc',
<<115,129,53,126,194,
131,65,32,202,65,39,
175,70,251,219,203>>,
16,
<<78,60,204,9,61,179,8,
0,195,89,174,217,7,37,
186,169>>,
none,undefined,none,
undefined,none,none,
true,infinity,
10726447492154081764204837543399675232937438971465736097053594646369805947284152629938275204247227208230443073814345243860594150111525510587859734960708717658003928419138799539626705178905661030761565967218973481154757077507768084738456167415745862365672614658365594893271943157414678816095011188515189875726,
<<207,117,11,112,241,
135,137,108,94,113,
166,60,15,45,236,224,
173,46,108,144>>,
<<207,117,11,112,241,
135,137,108,94,113,
166,60,15,45,236,224,
173,46,108,144>>,
[{address,
"ip-10-170-206-212"},
{port,22},
{host,
"ip-10-170-206-212"},
{silently_accept_hosts,
true},
{user_interaction,
false}],
6,5,
{{71570214289814141700106927546625659489144853534282011754856492071395615410223733554805749447162135455870420026353755946275858699368562205774896188738868058091704924440758092584214389232560741652640220747497530645253054650651514285936442068264705294561627474235048097410612852263840558442115289683333914972883,
59406521161863079574396241050376310143167993741889264137576577944057191885289051489622751684121780835811441548299147123320019719608320480579229006826718285584212706877035634714719812099739166605250759871792343995323109765188106364275354742650153067952526626755574774203612672124475339818279991687317608223937},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob",
"ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey"],
[],
["ssh-rsa",
"ssh-dss"]}}}},
[{ssh_connection_handler,
userauth,2,
[{file,
"ssh_connection_handler.erl"},
{line,422}]},
{gen_fsm,handle_msg,7,
[{file,"gen_fsm.erl"},
{line,494}]},
{proc_lib,
init_p_do_apply,3,
[{file,"proc_lib.erl"},
{line,227}]}]}
, Stacktace: [{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},
{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]
please report this to erlang-bugs@erlang.org
Testing tests.ssh_test: *** SKIPPED *** init_per_group
=TESTCASE: ssh_sftp_SUITE:init_per_group/1
=ERROR REPORT==== 24-May-2012::22:13:35 ===
** State machine <0.1144.0> terminating
** Last message in was {tcp,#Port<0.5199>,
<<152,215,114,18,230,2,82,44,240,197,176,96,161,
202,216,56,78,60,204,9,61,179,8,0,195,89,174,
217,7,37,186,169,20,141,10,240,202,253,124,190,
42,216,171,188,42,161,230,52,246,109,150,15>>}
** When State == userauth
** Data == {state,tcp,gen_tcp,tcp_closed,
{ssh,client,
{"ip-10-170-206-212",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,34,146,24,51,21,235,1,227,1,185,51,121,129,188,
221,231,0,0,0,26,100,105,102,102,105,101,45,104,101,
108,108,109,97,110,45,103,114,111,117,112,49,45,115,
104,97,49,0,0,0,15,115,115,104,45,114,115,97,44,115,
115,104,45,100,115,115,0,0,0,19,97,101,115,49,50,56,
45,99,98,99,44,51,100,101,115,45,99,98,99,0,0,0,19,
97,101,115,49,50,56,45,99,98,99,44,51,100,101,115,
45,99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,49,
0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,9,110,111,110,
101,44,122,108,105,98,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
<<20,112,14,90,109,170,105,62,244,32,212,17,185,139,
98,128,149,0,0,0,183,101,99,100,104,45,115,104,97,
50,45,110,105,115,116,112,50,53,54,44,101,99,100,
104,45,115,104,97,50,45,110,105,115,116,112,51,56,
52,44,101,99,100,104,45,115,104,97,50,45,110,105,
115,116,112,53,50,49,44,100,105,102,102,105,101,45,
104,101,108,108,109,97,110,45,103,114,111,117,112,
45,101,120,99,104,97,110,103,101,45,115,104,97,50,
53,54,44,100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,99,104,
97,110,103,101,45,115,104,97,49,44,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,52,45,115,104,97,49,44,100,105,102,
102,105,101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,49,45,115,104,97,49,0,0,0,35,115,
115,104,45,114,115,97,44,115,115,104,45,100,115,115,
44,101,99,100,115,97,45,115,104,97,50,45,110,105,
115,116,112,50,53,54,0,0,0,157,97,101,115,49,50,56,
45,99,116,114,44,97,101,115,49,57,50,45,99,116,114,
44,97,101,115,50,53,54,45,99,116,114,44,97,114,99,
102,111,117,114,50,53,54,44,97,114,99,102,111,117,
114,49,50,56,44,97,101,115,49,50,56,45,99,98,99,44,
51,100,101,115,45,99,98,99,44,98,108,111,119,102,
105,115,104,45,99,98,99,44,99,97,115,116,49,50,56,
45,99,98,99,44,97,101,115,49,57,50,45,99,98,99,44,
97,101,115,50,53,54,45,99,98,99,44,97,114,99,102,
111,117,114,44,114,105,106,110,100,97,101,108,45,99,
98,99,64,108,121,115,97,116,111,114,46,108,105,117,
46,115,101,0,0,0,157,97,101,115,49,50,56,45,99,116,
114,44,97,101,115,49,57,50,45,99,116,114,44,97,101,
115,50,53,54,45,99,116,114,44,97,114,99,102,111,117,
114,50,53,54,44,97,114,99,102,111,117,114,49,50,56,
44,97,101,115,49,50,56,45,99,98,99,44,51,100,101,
115,45,99,98,99,44,98,108,111,119,102,105,115,104,
45,99,98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,115,50,
53,54,45,99,98,99,44,97,114,99,102,111,117,114,44,
114,105,106,110,100,97,101,108,45,99,98,99,64,108,
121,115,97,116,111,114,46,108,105,117,46,115,101,0,
0,0,105,104,109,97,99,45,109,100,53,44,104,109,97,
99,45,115,104,97,49,44,117,109,97,99,45,54,52,64,
111,112,101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,48,44,
104,109,97,99,45,114,105,112,101,109,100,49,54,48,
64,111,112,101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,115,104,97,49,45,57,54,44,104,109,97,
99,45,109,100,53,45,57,54,0,0,0,105,104,109,97,99,
45,109,100,53,44,104,109,97,99,45,115,104,97,49,44,
117,109,97,99,45,54,52,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,114,105,112,
101,109,100,49,54,48,44,104,109,97,99,45,114,105,
112,101,109,100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,104,97,49,
45,57,54,44,104,109,97,99,45,109,100,53,45,57,54,0,
0,0,21,110,111,110,101,44,122,108,105,98,64,111,112,
101,110,115,115,104,46,99,111,109,0,0,0,21,110,111,
110,101,44,122,108,105,98,64,111,112,101,110,115,
115,104,46,99,111,109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1','ssh-rsa',
ssh_file,ssh_no_io,'hmac-sha1',
<<75,24,108,13,99,168,11,193,109,14,117,26,105,40,113,
77,206,14,241,141>>,
20,'hmac-sha1',
<<75,105,151,77,184,197,145,59,139,238,152,163,91,239,
56,177,76,184,15,156>>,
20,'aes128-cbc',
<<17,122,250,81,16,213,85,33,11,248,235,167,237,11,42,
227>>,
16,
<<214,109,148,51,209,189,61,4,73,114,57,91,237,109,
155,171>>,
'aes128-cbc',
<<115,129,53,126,194,131,65,32,202,65,39,175,70,251,
219,203>>,
16,<<"Gɾ¦{çèïKJ=e~oÉè">>,none,undefined,none,
undefined,none,none,true,infinity,
10726447492154081764204837543399675232937438971465736097053594646369805947284152629938275204247227208230443073814345243860594150111525510587859734960708717658003928419138799539626705178905661030761565967218973481154757077507768084738456167415745862365672614658365594893271943157414678816095011188515189875726,
<<207,117,11,112,241,135,137,108,94,113,166,60,15,45,
236,224,173,46,108,144>>,
<<207,117,11,112,241,135,137,108,94,113,166,60,15,45,
236,224,173,46,108,144>>,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}],
5,4,
{{71570214289814141700106927546625659489144853534282011754856492071395615410223733554805749447162135455870420026353755946275858699368562205774896188738868058091704924440758092584214389232560741652640220747497530645253054650651514285936442068264705294561627474235048097410612852263840558442115289683333914972883,
59406521161863079574396241050376310143167993741889264137576577944057191885289051489622751684121780835811441548299147123320019719608320480579229006826718285584212706877035634714719812099739166605250759871792343995323109765188106364275354742650153067952526626755574774203612672124475339818279991687317608223937},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",none,
[{"publickey",ssh_auth,publickey_msg,["ssh-rsa"]},
{"publickey",ssh_auth,publickey_msg,["ssh-dss"]},
{"password",ssh_auth,password_msg,[]}],
["ssh-rsa","ssh-dss"]},
#Port<0.5199>,<<>>,<<>>,undefined,
{ssh_msg_kexinit,
<<25,181,245,177,230,123,115,52,5,207,156,136,5,115,
191,223>>,
["diffie-hellman-group1-sha1"],
["ssh-rsa","ssh-dss"],
["aes128-cbc","3des-cbc"],
["aes128-cbc","3des-cbc"],
["hmac-sha1"],
["hmac-sha1"],
["none","zlib"],
["none","zlib"],
[],[],false,0},
false,<0.1143.0>,undefined,undefined,undefined,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}]}
** Reason for termination =
** {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<126,21,115,206,142,165,245,85,66,12,170,157,23,106,85,83,72,36,
160,111,69,143,213,95,154,70,110,7,92,141,136,57,176,199,116,
114,0,50,146,204,81,137,66,205,177,184,60,141,76,233,9,43,168,
166,13,208,44,65,231,235,122,64,162,166,49,80,112,208,186,85,
36,86,186,91,28,226,23,16,89,39,6,233,104,67,155,188,158,97,
114,97,152,34,144,80,213,57>>,
<<211,11,61,49,1,109,190,155,224,4,157,238,130,133,201,119,45,
142,236,116>>],
{ssh,client,
{"ip-10-170-206-212",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,34,146,24,51,21,235,1,227,1,185,51,121,129,188,221,231,0,
0,0,26,100,105,102,102,105,101,45,104,101,108,108,109,97,
110,45,103,114,111,117,112,49,45,115,104,97,49,0,0,0,15,115,
115,104,45,114,115,97,44,115,115,104,45,100,115,115,0,0,0,
19,97,101,115,49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,0,0,0,19,97,101,115,49,50,56,45,99,98,99,44,51,100,
101,115,45,99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,49,
0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,110,111,110,
101,44,122,108,105,98,0,0,0,9,110,111,110,101,44,122,108,
105,98,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
<<20,112,14,90,109,170,105,62,244,32,212,17,185,139,98,128,
149,0,0,0,183,101,99,100,104,45,115,104,97,50,45,110,105,
115,116,112,50,53,54,44,101,99,100,104,45,115,104,97,50,45,
110,105,115,116,112,51,56,52,44,101,99,100,104,45,115,104,
97,50,45,110,105,115,116,112,53,50,49,44,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,103,114,111,117,
112,45,101,120,99,104,97,110,103,101,45,115,104,97,50,53,54,
44,100,105,102,102,105,101,45,104,101,108,108,109,97,110,45,
103,114,111,117,112,45,101,120,99,104,97,110,103,101,45,115,
104,97,49,44,100,105,102,102,105,101,45,104,101,108,108,109,
97,110,45,103,114,111,117,112,49,52,45,115,104,97,49,44,100,
105,102,102,105,101,45,104,101,108,108,109,97,110,45,103,
114,111,117,112,49,45,115,104,97,49,0,0,0,35,115,115,104,45,
114,115,97,44,115,115,104,45,100,115,115,44,101,99,100,115,
97,45,115,104,97,50,45,110,105,115,116,112,50,53,54,0,0,0,
157,97,101,115,49,50,56,45,99,116,114,44,97,101,115,49,57,
50,45,99,116,114,44,97,101,115,50,53,54,45,99,116,114,44,97,
114,99,102,111,117,114,50,53,54,44,97,114,99,102,111,117,
114,49,50,56,44,97,101,115,49,50,56,45,99,98,99,44,51,100,
101,115,45,99,98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,44,97,101,115,
49,57,50,45,99,98,99,44,97,101,115,50,53,54,45,99,98,99,44,
97,114,99,102,111,117,114,44,114,105,106,110,100,97,101,108,
45,99,98,99,64,108,121,115,97,116,111,114,46,108,105,117,46,
115,101,0,0,0,157,97,101,115,49,50,56,45,99,116,114,44,97,
101,115,49,57,50,45,99,116,114,44,97,101,115,50,53,54,45,99,
116,114,44,97,114,99,102,111,117,114,50,53,54,44,97,114,99,
102,111,117,114,49,50,56,44,97,101,115,49,50,56,45,99,98,99,
44,51,100,101,115,45,99,98,99,44,98,108,111,119,102,105,115,
104,45,99,98,99,44,99,97,115,116,49,50,56,45,99,98,99,44,97,
101,115,49,57,50,45,99,98,99,44,97,101,115,50,53,54,45,99,
98,99,44,97,114,99,102,111,117,114,44,114,105,106,110,100,
97,101,108,45,99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,105,104,109,97,99,45,109,100,53,44,
104,109,97,99,45,115,104,97,49,44,117,109,97,99,45,54,52,64,
111,112,101,110,115,115,104,46,99,111,109,44,104,109,97,99,
45,114,105,112,101,109,100,49,54,48,44,104,109,97,99,45,114,
105,112,101,109,100,49,54,48,64,111,112,101,110,115,115,104,
46,99,111,109,44,104,109,97,99,45,115,104,97,49,45,57,54,44,
104,109,97,99,45,109,100,53,45,57,54,0,0,0,105,104,109,97,
99,45,109,100,53,44,104,109,97,99,45,115,104,97,49,44,117,
109,97,99,45,54,52,64,111,112,101,110,115,115,104,46,99,111,
109,44,104,109,97,99,45,114,105,112,101,109,100,49,54,48,44,
104,109,97,99,45,114,105,112,101,109,100,49,54,48,64,111,
112,101,110,115,115,104,46,99,111,109,44,104,109,97,99,45,
115,104,97,49,45,57,54,44,104,109,97,99,45,109,100,53,45,57,
54,0,0,0,21,110,111,110,101,44,122,108,105,98,64,111,112,
101,110,115,115,104,46,99,111,109,0,0,0,21,110,111,110,101,
44,122,108,105,98,64,111,112,101,110,115,115,104,46,99,111,
109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1','ssh-rsa',ssh_file,
ssh_no_io,'hmac-sha1',
<<75,24,108,13,99,168,11,193,109,14,117,26,105,40,113,77,206,
14,241,141>>,
20,'hmac-sha1',
<<75,105,151,77,184,197,145,59,139,238,152,163,91,239,56,177,
76,184,15,156>>,
20,'aes128-cbc',
<<17,122,250,81,16,213,85,33,11,248,235,167,237,11,42,227>>,
16,
<<6,233,104,67,155,188,158,97,114,97,152,34,144,80,213,57>>,
'aes128-cbc',
<<115,129,53,126,194,131,65,32,202,65,39,175,70,251,219,203>>,
16,
<<78,60,204,9,61,179,8,0,195,89,174,217,7,37,186,169>>,
none,undefined,none,undefined,none,none,true,infinity,
10726447492154081764204837543399675232937438971465736097053594646369805947284152629938275204247227208230443073814345243860594150111525510587859734960708717658003928419138799539626705178905661030761565967218973481154757077507768084738456167415745862365672614658365594893271943157414678816095011188515189875726,
<<207,117,11,112,241,135,137,108,94,113,166,60,15,45,236,224,
173,46,108,144>>,
<<207,117,11,112,241,135,137,108,94,113,166,60,15,45,236,224,
173,46,108,144>>,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{71570214289814141700106927546625659489144853534282011754856492071395615410223733554805749447162135455870420026353755946275858699368562205774896188738868058091704924440758092584214389232560741652640220747497530645253054650651514285936442068264705294561627474235048097410612852263840558442115289683333914972883,
59406521161863079574396241050376310143167993741889264137576577944057191885289051489622751684121780835811441548299147123320019719608320480579229006826718285584212706877035634714719812099739166605250759871792343995323109765188106364275354742650153067952526626755574774203612672124475339818279991687317608223937},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}
=TESTCASE: ssh_sftp_SUITE:init_per_group/1
=CRASH REPORT==== 24-May-2012::22:13:35 ===
crasher:
initial call: ssh_connection_handler:init/1
pid: <0.1144.0>
registered_name: []
exception exit: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<126,21,115,206,142,165,245,85,66,12,170,157,
23,106,85,83,72,36,160,111,69,143,213,95,154,
70,110,7,92,141,136,57,176,199,116,114,0,50,
146,204,81,137,66,205,177,184,60,141,76,233,9,
43,168,166,13,208,44,65,231,235,122,64,162,
166,49,80,112,208,186,85,36,86,186,91,28,226,
23,16,89,39,6,233,104,67,155,188,158,97,114,
97,152,34,144,80,213,57>>,
<<211,11,61,49,1,109,190,155,224,4,157,238,130,
133,201,119,45,142,236,116>>],
{ssh,client,
{"ip-10-170-206-212",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,34,146,24,51,21,235,1,227,1,185,51,121,
129,188,221,231,0,0,0,26,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,
103,114,111,117,112,49,45,115,104,97,49,0,
0,0,15,115,115,104,45,114,115,97,44,115,
115,104,45,100,115,115,0,0,0,19,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,0,0,0,19,97,101,115,49,50,56,45,
99,98,99,44,51,100,101,115,45,99,98,99,0,0,
0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,
104,109,97,99,45,115,104,97,49,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,0,0,0,
0,0,0,0,0,0,0>>,
<<20,112,14,90,109,170,105,62,244,32,212,17,
185,139,98,128,149,0,0,0,183,101,99,100,
104,45,115,104,97,50,45,110,105,115,116,
112,50,53,54,44,101,99,100,104,45,115,104,
97,50,45,110,105,115,116,112,51,56,52,44,
101,99,100,104,45,115,104,97,50,45,110,105,
115,116,112,53,50,49,44,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,
103,114,111,117,112,45,101,120,99,104,97,
110,103,101,45,115,104,97,50,53,54,44,100,
105,102,102,105,101,45,104,101,108,108,109,
97,110,45,103,114,111,117,112,45,101,120,
99,104,97,110,103,101,45,115,104,97,49,44,
100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,49,52,45,
115,104,97,49,44,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,45,115,104,97,49,0,0,0,35,
115,115,104,45,114,115,97,44,115,115,104,
45,100,115,115,44,101,99,100,115,97,45,115,
104,97,50,45,110,105,115,116,112,50,53,54,
0,0,0,157,97,101,115,49,50,56,45,99,116,
114,44,97,101,115,49,57,50,45,99,116,114,
44,97,101,115,50,53,54,45,99,116,114,44,97,
114,99,102,111,117,114,50,53,54,44,97,114,
99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,44,98,108,111,119,102,105,115,104,
45,99,98,99,44,99,97,115,116,49,50,56,45,
99,98,99,44,97,101,115,49,57,50,45,99,98,
99,44,97,101,115,50,53,54,45,99,98,99,44,
97,114,99,102,111,117,114,44,114,105,106,
110,100,97,101,108,45,99,98,99,64,108,121,
115,97,116,111,114,46,108,105,117,46,115,
101,0,0,0,157,97,101,115,49,50,56,45,99,
116,114,44,97,101,115,49,57,50,45,99,116,
114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,
97,114,99,102,111,117,114,49,50,56,44,97,
101,115,49,50,56,45,99,98,99,44,51,100,101,
115,45,99,98,99,44,98,108,111,119,102,105,
115,104,45,99,98,99,44,99,97,115,116,49,50,
56,45,99,98,99,44,97,101,115,49,57,50,45,
99,98,99,44,97,101,115,50,53,54,45,99,98,
99,44,97,114,99,102,111,117,114,44,114,105,
106,110,100,97,101,108,45,99,98,99,64,108,
121,115,97,116,111,114,46,108,105,117,46,
115,101,0,0,0,105,104,109,97,99,45,109,100,
53,44,104,109,97,99,45,115,104,97,49,44,
117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,
45,114,105,112,101,109,100,49,54,48,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,
48,64,111,112,101,110,115,115,104,46,99,
111,109,44,104,109,97,99,45,115,104,97,49,
45,57,54,44,104,109,97,99,45,109,100,53,45,
57,54,0,0,0,105,104,109,97,99,45,109,100,
53,44,104,109,97,99,45,115,104,97,49,44,
117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,
45,114,105,112,101,109,100,49,54,48,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,
48,64,111,112,101,110,115,115,104,46,99,
111,109,44,104,109,97,99,45,115,104,97,49,
45,57,54,44,104,109,97,99,45,109,100,53,45,
57,54,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,
99,111,109,0,0,0,21,110,111,110,101,44,122,
108,105,98,64,111,112,101,110,115,115,104,
46,99,111,109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,ssh_no_io,'hmac-sha1',
<<75,24,108,13,99,168,11,193,109,14,117,26,
105,40,113,77,206,14,241,141>>,
20,'hmac-sha1',
<<75,105,151,77,184,197,145,59,139,238,152,
163,91,239,56,177,76,184,15,156>>,
20,'aes128-cbc',
<<17,122,250,81,16,213,85,33,11,248,235,167,
237,11,42,227>>,
16,
<<6,233,104,67,155,188,158,97,114,97,152,34,
144,80,213,57>>,
'aes128-cbc',
<<115,129,53,126,194,131,65,32,202,65,39,175,
70,251,219,203>>,
16,
<<78,60,204,9,61,179,8,0,195,89,174,217,7,37,
186,169>>,
none,undefined,none,undefined,none,none,
true,infinity,
10726447492154081764204837543399675232937438971465736097053594646369805947284152629938275204247227208230443073814345243860594150111525510587859734960708717658003928419138799539626705178905661030761565967218973481154757077507768084738456167415745862365672614658365594893271943157414678816095011188515189875726,
<<207,117,11,112,241,135,137,108,94,113,166,
60,15,45,236,224,173,46,108,144>>,
<<207,117,11,112,241,135,137,108,94,113,166,
60,15,45,236,224,173,46,108,144>>,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{71570214289814141700106927546625659489144853534282011754856492071395615410223733554805749447162135455870420026353755946275858699368562205774896188738868058091704924440758092584214389232560741652640220747497530645253054650651514285936442068264705294561627474235048097410612852263840558442115289683333914972883,
59406521161863079574396241050376310143167993741889264137576577944057191885289051489622751684121780835811441548299147123320019719608320480579229006826718285584212706877035634714719812099739166605250759871792343995323109765188106364275354742650153067952526626755574774203612672124475339818279991687317608223937},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
in function gen_fsm:terminate/7 (gen_fsm.erl, line 611)
ancestors: [<0.1142.0>,sshc_sup,ssh_sup,<0.828.0>]
messages: []
links: [<0.1142.0>]
dictionary: [{{msg_code,ssh_msg_disconnect},{1,[uint32,string,string]}},
{{msg_code,ssh_msg_userauth_request},
{50,[string,string,string,'...']}},
{{msg_name,6},{ssh_msg_service_accept,[string]}},
{{msg_code,ssh_msg_kexdh_init},{30,[mpint]}},
{{msg_name,21},{ssh_msg_newkeys,[]}},
{{msg_code,ssh_msg_userauth_pk_ok},{60,[string,binary]}},
{{msg_name,31},{ssh_msg_kexdh_reply,[binary,mpint,binary]}},
{{msg_name,52},{ssh_msg_userauth_success,[]}},
{{msg_name,50},
{ssh_msg_userauth_request,[string,string,string,'...']}},
{{msg_name,20},
{ssh_msg_kexinit,[cookie,name_list,name_list,name_list,
name_list,name_list,name_list,name_list,
name_list,name_list,name_list,boolean,
uint32]}},
{{msg_name,5},{ssh_msg_service_request,[string]}},
{{msg_name,51},{ssh_msg_userauth_failure,[string,boolean]}},
{{msg_code,ssh_msg_userauth_failure},{51,[string,boolean]}},
{{msg_code,ssh_msg_service_accept},{6,[string]}},
{{msg_code,ssh_msg_debug},{4,[boolean,string,string]}},
{{msg_code,ssh_msg_unimplemented},{3,[uint32]}},
{{msg_name,60},{ssh_msg_userauth_pk_ok,[string,binary]}},
{{msg_name,30},{ssh_msg_kexdh_init,[mpint]}},
{{msg_code,ssh_msg_kexdh_reply},{31,[binary,mpint,binary]}},
{{msg_code,ssh_msg_service_request},{5,[string]}},
{{msg_name,2},{ssh_msg_ignore,[string]}},
{{msg_name,1},{ssh_msg_disconnect,[uint32,string,string]}},
{{msg_name,53},{ssh_msg_userauth_banner,[string,string]}},
{{msg_name,3},{ssh_msg_unimplemented,[uint32]}},
{{msg_code,ssh_msg_userauth_success},{52,[]}},
{{msg_code,ssh_msg_newkeys},{21,[]}},
{{msg_code,ssh_msg_kexinit},
{20,
[cookie,name_list,name_list,name_list,name_list,name_list,
name_list,name_list,name_list,name_list,name_list,
boolean,uint32]}},
{{msg_name,4},{ssh_msg_debug,[boolean,string,string]}},
{{msg_code,ssh_msg_userauth_banner},{53,[string,string]}},
{{msg_code,ssh_msg_ignore},{2,[string]}}]
trap_exit: true
status: running
heap_size: 17711
stack_size: 24
reductions: 57438
neighbours:
=TESTCASE: ssh_sftp_SUITE:init_per_group/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:35 ===
Supervisor: {<0.1142.0>,ssh_connection_sup}
Context: child_terminated
Reason: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<126,21,115,206,142,165,245,85,66,12,170,157,23,
106,85,83,72,36,160,111,69,143,213,95,154,70,110,
7,92,141,136,57,176,199,116,114,0,50,146,204,81,
137,66,205,177,184,60,141,76,233,9,43,168,166,13,
208,44,65,231,235,122,64,162,166,49,80,112,208,
186,85,36,86,186,91,28,226,23,16,89,39,6,233,104,
67,155,188,158,97,114,97,152,34,144,80,213,57>>,
<<211,11,61,49,1,109,190,155,224,4,157,238,130,
133,201,119,45,142,236,116>>],
{ssh,client,
{"ip-10-170-206-212",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,34,146,24,51,21,235,1,227,1,185,51,121,129,
188,221,231,0,0,0,26,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,111,
117,112,49,45,115,104,97,49,0,0,0,15,115,115,
104,45,114,115,97,44,115,115,104,45,100,115,
115,0,0,0,19,97,101,115,49,50,56,45,99,98,99,
44,51,100,101,115,45,99,98,99,0,0,0,19,97,101,
115,49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,
49,0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,
0,9,110,111,110,101,44,122,108,105,98,0,0,0,9,
110,111,110,101,44,122,108,105,98,0,0,0,0,0,0,
0,0,0,0,0,0,0>>,
<<20,112,14,90,109,170,105,62,244,32,212,17,185,
139,98,128,149,0,0,0,183,101,99,100,104,45,
115,104,97,50,45,110,105,115,116,112,50,53,54,
44,101,99,100,104,45,115,104,97,50,45,110,105,
115,116,112,51,56,52,44,101,99,100,104,45,115,
104,97,50,45,110,105,115,116,112,53,50,49,44,
100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,
99,104,97,110,103,101,45,115,104,97,50,53,54,
44,100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,
99,104,97,110,103,101,45,115,104,97,49,44,100,
105,102,102,105,101,45,104,101,108,108,109,97,
110,45,103,114,111,117,112,49,52,45,115,104,
97,49,44,100,105,102,102,105,101,45,104,101,
108,108,109,97,110,45,103,114,111,117,112,49,
45,115,104,97,49,0,0,0,35,115,115,104,45,114,
115,97,44,115,115,104,45,100,115,115,44,101,
99,100,115,97,45,115,104,97,50,45,110,105,115,
116,112,50,53,54,0,0,0,157,97,101,115,49,50,
56,45,99,116,114,44,97,101,115,49,57,50,45,99,
116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,
114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,
117,114,44,114,105,106,110,100,97,101,108,45,
99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,157,97,101,115,49,50,
56,45,99,116,114,44,97,101,115,49,57,50,45,99,
116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,
114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,
117,114,44,114,105,106,110,100,97,101,108,45,
99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,105,104,109,97,99,45,
109,100,53,44,104,109,97,99,45,115,104,97,49,
44,117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,45,
114,105,112,101,109,100,49,54,48,44,104,109,
97,99,45,114,105,112,101,109,100,49,54,48,64,
111,112,101,110,115,115,104,46,99,111,109,44,
104,109,97,99,45,115,104,97,49,45,57,54,44,
104,109,97,99,45,109,100,53,45,57,54,0,0,0,
105,104,109,97,99,45,109,100,53,44,104,109,97,
99,45,115,104,97,49,44,117,109,97,99,45,54,52,
64,111,112,101,110,115,115,104,46,99,111,109,
44,104,109,97,99,45,114,105,112,101,109,100,
49,54,48,44,104,109,97,99,45,114,105,112,101,
109,100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,104,
97,49,45,57,54,44,104,109,97,99,45,109,100,53,
45,57,54,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,99,
111,109,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,99,
111,109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,ssh_no_io,'hmac-sha1',
<<75,24,108,13,99,168,11,193,109,14,117,26,105,
40,113,77,206,14,241,141>>,
20,'hmac-sha1',
<<75,105,151,77,184,197,145,59,139,238,152,163,
91,239,56,177,76,184,15,156>>,
20,'aes128-cbc',
<<17,122,250,81,16,213,85,33,11,248,235,167,237,
11,42,227>>,
16,
<<6,233,104,67,155,188,158,97,114,97,152,34,144,
80,213,57>>,
'aes128-cbc',
<<115,129,53,126,194,131,65,32,202,65,39,175,70,
251,219,203>>,
16,
<<78,60,204,9,61,179,8,0,195,89,174,217,7,37,
186,169>>,
none,undefined,none,undefined,none,none,true,
infinity,
10726447492154081764204837543399675232937438971465736097053594646369805947284152629938275204247227208230443073814345243860594150111525510587859734960708717658003928419138799539626705178905661030761565967218973481154757077507768084738456167415745862365672614658365594893271943157414678816095011188515189875726,
<<207,117,11,112,241,135,137,108,94,113,166,60,
15,45,236,224,173,46,108,144>>,
<<207,117,11,112,241,135,137,108,94,113,166,60,
15,45,236,224,173,46,108,144>>,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{71570214289814141700106927546625659489144853534282011754856492071395615410223733554805749447162135455870420026353755946275858699368562205774896188738868058091704924440758092584214389232560741652640220747497530645253054650651514285936442068264705294561627474235048097410612852263840558442115289683333914972883,
59406521161863079574396241050376310143167993741889264137576577944057191885289051489622751684121780835811441548299147123320019719608320480579229006826718285584212706877035634714719812099739166605250759871792343995323109765188106364275354742650153067952526626755574774203612672124475339818279991687317608223937},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
Offender: [{pid,<0.1144.0>},
{name,#Ref<0.0.0.14419>},
{mfargs,{ssh_connection_handler,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftp_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::22:13:35 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftp_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::22:13:35 ===
application: crypto
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:open_close_file/1
=INFO REPORT==== 24-May-2012::22:13:35 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:open_close_dir/1
=INFO REPORT==== 24-May-2012::22:13:35 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:read_file/1
=INFO REPORT==== 24-May-2012::22:13:35 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:read_dir/1
=INFO REPORT==== 24-May-2012::22:13:35 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:write_file/1
=INFO REPORT==== 24-May-2012::22:13:35 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:rename_file/1
=INFO REPORT==== 24-May-2012::22:13:36 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:mk_rm_dir/1
=INFO REPORT==== 24-May-2012::22:13:36 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:remove_file/1
=INFO REPORT==== 24-May-2012::22:13:36 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:real_path/1
=INFO REPORT==== 24-May-2012::22:13:36 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:retrieve_attributes/1
=INFO REPORT==== 24-May-2012::22:13:36 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:set_attributes/1
=INFO REPORT==== 24-May-2012::22:13:36 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:links/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:44 ===
Supervisor: {<0.1473.0>,ssh_channel_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1477.0>},
{name,#Ref<0.0.0.18394>},
{mfargs,{ssh_channel,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:links/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:44 ===
Supervisor: {<0.1472.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1474.0>},
{name,#Ref<0.0.0.18365>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_SUITE:links/1
=INFO REPORT==== 24-May-2012::22:13:44 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:ver3_rename_OTP_6352/1
=INFO REPORT==== 24-May-2012::22:13:44 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:seq10670/1
=INFO REPORT==== 24-May-2012::22:13:44 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:sshd_read_file/1
=INFO REPORT==== 24-May-2012::22:13:44 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::22:13:44 ===
application: crypto
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:close_file_OTP_6350/1
=INFO REPORT==== 24-May-2012::22:13:44 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:quit_OTP_6349/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:53 ===
Supervisor: {<0.1640.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1642.0>},
{name,#Ref<0.0.0.20212>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_erlclient_SUITE:quit_OTP_6349/1
=INFO REPORT==== 24-May-2012::22:13:53 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:file_cb_OTP_6356/1
=SUPERVISOR REPORT==== 24-May-2012::22:13:57 ===
Supervisor: {<0.1671.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1674.0>},
{name,#Ref<0.0.0.20523>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_erlclient_SUITE:file_cb_OTP_6356/1
=INFO REPORT==== 24-May-2012::22:13:57 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:root_dir/1
=SUPERVISOR REPORT==== 24-May-2012::22:14:00 ===
Supervisor: {<0.1703.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1706.0>},
{name,#Ref<0.0.0.20900>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_erlclient_SUITE:root_dir/1
=INFO REPORT==== 24-May-2012::22:14:00 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:list_dir_limited/1
=SUPERVISOR REPORT==== 24-May-2012::22:14:04 ===
Supervisor: {<0.1735.0>,ssh_connection_sup}
Context: shutdown_error
Reason: killed
Offender: [{pid,<0.1738.0>},
{name,#Ref<0.0.0.21286>},
{mfargs,{ssh_connection_manager,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
=TESTCASE: ssh_sftpd_erlclient_SUITE:list_dir_limited/1
=INFO REPORT==== 24-May-2012::22:14:04 ===
application: ssh
exited: stopped
type: temporary
=TESTCASE: ssh_sftpd_erlclient_SUITE:end_per_suite/1
=INFO REPORT==== 24-May-2012::22:14:04 ===
application: crypto
exited: stopped
type: temporary
=TESTCASE: ssh_to_openssh_SUITE:erlang_shell_client_openssh_server/1
=ERROR REPORT==== 24-May-2012::22:14:04 ===
Erlang ssh connection handler failed with reason: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<159,156,129,31,133,91,
84,24,232,218,113,71,
90,227,30,55,49,91,
240,113,19,77,6,221,
46,47,4,37,106,193,
150,101,233,239,59,6,
142,219,19,38,29,166,
124,19,155,46,16,214,
247,253,252,120,65,
170,66,171,185,214,63,
238,64,245,239,73,230,
140,200,174,62,195,56,
228,16,13,51,114,3,92,
200,221,62,164,244,
116,16,28,183,107,234,
10,99,19,207,100,119,
138>>,
<<46,222,16,53,80,124,
129,86,32,166,218,
173,94,172,233,134,
27,141,145,76>>],
{ssh,client,
{"ip-10-170-206-212",
{{0,0,0,0,0,0,0,1},
22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,203,103,179,149,1,
6,132,17,112,185,114,
146,233,150,29,86,0,0,
0,26,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
49,45,115,104,97,49,0,
0,0,15,115,115,104,45,
114,115,97,44,115,115,
104,45,100,115,115,0,
0,0,19,97,101,115,49,
50,56,45,99,98,99,44,
51,100,101,115,45,99,
98,99,0,0,0,19,97,101,
115,49,50,56,45,99,98,
99,44,51,100,101,115,
45,99,98,99,0,0,0,9,
104,109,97,99,45,115,
104,97,49,0,0,0,9,104,
109,97,99,45,115,104,
97,49,0,0,0,9,110,111,
110,101,44,122,108,
105,98,0,0,0,9,110,
111,110,101,44,122,
108,105,98,0,0,0,0,0,
0,0,0,0,0,0,0,0>>,
<<20,48,241,146,237,25,
15,74,83,31,132,38,
152,250,178,169,71,0,
0,0,183,101,99,100,
104,45,115,104,97,50,
45,110,105,115,116,
112,50,53,54,44,101,
99,100,104,45,115,104,
97,50,45,110,105,115,
116,112,51,56,52,44,
101,99,100,104,45,115,
104,97,50,45,110,105,
115,116,112,53,50,49,
44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
45,101,120,99,104,97,
110,103,101,45,115,
104,97,50,53,54,44,
100,105,102,102,105,
101,45,104,101,108,
108,109,97,110,45,103,
114,111,117,112,45,
101,120,99,104,97,110,
103,101,45,115,104,97,
49,44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
49,52,45,115,104,97,
49,44,100,105,102,102,
105,101,45,104,101,
108,108,109,97,110,45,
103,114,111,117,112,
49,45,115,104,97,49,0,
0,0,35,115,115,104,45,
114,115,97,44,115,115,
104,45,100,115,115,44,
101,99,100,115,97,45,
115,104,97,50,45,110,
105,115,116,112,50,53,
54,0,0,0,157,97,101,
115,49,50,56,45,99,
116,114,44,97,101,115,
49,57,50,45,99,116,
114,44,97,101,115,50,
53,54,45,99,116,114,
44,97,114,99,102,111,
117,114,50,53,54,44,
97,114,99,102,111,117,
114,49,50,56,44,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,
44,98,108,111,119,102,
105,115,104,45,99,98,
99,44,99,97,115,116,
49,50,56,45,99,98,99,
44,97,101,115,49,57,
50,45,99,98,99,44,97,
101,115,50,53,54,45,
99,98,99,44,97,114,99,
102,111,117,114,44,
114,105,106,110,100,
97,101,108,45,99,98,
99,64,108,121,115,97,
116,111,114,46,108,
105,117,46,115,101,0,
0,0,157,97,101,115,49,
50,56,45,99,116,114,
44,97,101,115,49,57,
50,45,99,116,114,44,
97,101,115,50,53,54,
45,99,116,114,44,97,
114,99,102,111,117,
114,50,53,54,44,97,
114,99,102,111,117,
114,49,50,56,44,97,
101,115,49,50,56,45,
99,98,99,44,51,100,
101,115,45,99,98,99,
44,98,108,111,119,102,
105,115,104,45,99,98,
99,44,99,97,115,116,
49,50,56,45,99,98,99,
44,97,101,115,49,57,
50,45,99,98,99,44,97,
101,115,50,53,54,45,
99,98,99,44,97,114,99,
102,111,117,114,44,
114,105,106,110,100,
97,101,108,45,99,98,
99,64,108,121,115,97,
116,111,114,46,108,
105,117,46,115,101,0,
0,0,105,104,109,97,99,
45,109,100,53,44,104,
109,97,99,45,115,104,
97,49,44,117,109,97,
99,45,54,52,64,111,
112,101,110,115,115,
104,46,99,111,109,44,
104,109,97,99,45,114,
105,112,101,109,100,
49,54,48,44,104,109,
97,99,45,114,105,112,
101,109,100,49,54,48,
64,111,112,101,110,
115,115,104,46,99,111,
109,44,104,109,97,99,
45,115,104,97,49,45,
57,54,44,104,109,97,
99,45,109,100,53,45,
57,54,0,0,0,105,104,
109,97,99,45,109,100,
53,44,104,109,97,99,
45,115,104,97,49,44,
117,109,97,99,45,54,
52,64,111,112,101,110,
115,115,104,46,99,111,
109,44,104,109,97,99,
45,114,105,112,101,
109,100,49,54,48,44,
104,109,97,99,45,114,
105,112,101,109,100,
49,54,48,64,111,112,
101,110,115,115,104,
46,99,111,109,44,104,
109,97,99,45,115,104,
97,49,45,57,54,44,104,
109,97,99,45,109,100,
53,45,57,54,0,0,0,21,
110,111,110,101,44,
122,108,105,98,64,111,
112,101,110,115,115,
104,46,99,111,109,0,0,
0,21,110,111,110,101,
44,122,108,105,98,64,
111,112,101,110,115,
115,104,46,99,111,109,
0,0,0,0,0,0,0,0,0,0,0,
0,0>>,
undefined,
'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,
ssh_no_io,'hmac-sha1',
<<236,42,70,73,198,146,
221,37,100,115,45,205,
113,61,181,26,94,84,
102,56>>,
20,'hmac-sha1',
<<9,21,4,72,17,181,185,
238,174,172,11,113,
116,19,134,250,11,243,
200,203>>,
20,'aes128-cbc',
<<18,68,175,14,94,93,
249,118,4,68,212,228,
31,237,200,7>>,
16,
<<62,164,244,116,16,28,
183,107,234,10,99,19,
207,100,119,138>>,
'aes128-cbc',
<<106,150,157,96,172,89,
180,183,112,197,137,
171,50,140,62,1>>,
16,
<<234,199,226,56,226,
220,168,93,58,123,61,
5,243,119,83,80>>,
none,undefined,none,
undefined,none,none,
true,infinity,
113750018237824310356339308180338131669305086483472622762059734143581641289614297805720587467091343637175024599624609669146497953171804846359335307261614393387360931910771249304201037809532225200280253841060101134446171674604103100076184096865015534857791141918612935210437261239880640043132087082377574245954,
<<32,83,35,12,60,146,27,
113,225,233,137,187,
64,104,151,12,234,115,
201,53>>,
<<32,83,35,12,60,146,27,
113,225,233,137,187,
64,104,151,12,234,115,
201,53>>,
[{address,
"ip-10-170-206-212"},
{port,22},
{host,
"ip-10-170-206-212"},
{silently_accept_hosts,
true},
{user_interaction,
false}],
6,5,
{{69317514358271022574175599056653978913748940743356901805449337659448368845938160187675873159730004140670190826261813831204313887282694307535056490198083848954018457056930718837022697753749820930250653211481624541529624371305859109996623959979691914905808758141437206864568830049424980877270760574194001214975,
159975368154427273522847441234252681216228632387257089740398617222979440299872764802824686032527776325616990661388633917829409607027009013499468636993905569127427863020063404434467067342925261663109702946122372273518816716300093226335456072200265001989158847681425753825246144736150643252422431272122802491708},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob",
"ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey"],
[],
["ssh-rsa",
"ssh-dss"]}}}},
[{ssh_connection_handler,
userauth,2,
[{file,
"ssh_connection_handler.erl"},
{line,422}]},
{gen_fsm,handle_msg,7,
[{file,"gen_fsm.erl"},
{line,494}]},
{proc_lib,
init_p_do_apply,3,
[{file,"proc_lib.erl"},
{line,227}]}]}
, Stacktace: [{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},
{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]
please report this to erlang-bugs@erlang.org
=TESTCASE: ssh_to_openssh_SUITE:erlang_shell_client_openssh_server/1
=ERROR REPORT==== 24-May-2012::22:14:04 ===
** State machine <0.1776.0> terminating
** Last message in was {tcp,#Port<0.5640>,
<<67,181,224,27,59,185,131,159,244,56,38,180,58,
55,228,67,234,199,226,56,226,220,168,93,58,123,
61,5,243,119,83,80,220,246,155,46,5,163,76,54,
181,17,209,81,131,113,40,85,105,83,60,224>>}
** When State == userauth
** Data == {state,tcp,gen_tcp,tcp_closed,
{ssh,client,
{"ip-10-170-206-212",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,203,103,179,149,1,6,132,17,112,185,114,146,233,
150,29,86,0,0,0,26,100,105,102,102,105,101,45,104,
101,108,108,109,97,110,45,103,114,111,117,112,49,45,
115,104,97,49,0,0,0,15,115,115,104,45,114,115,97,44,
115,115,104,45,100,115,115,0,0,0,19,97,101,115,49,
50,56,45,99,98,99,44,51,100,101,115,45,99,98,99,0,0,
0,19,97,101,115,49,50,56,45,99,98,99,44,51,100,101,
115,45,99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,
49,0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,
110,111,110,101,44,122,108,105,98,0,0,0,9,110,111,
110,101,44,122,108,105,98,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
<<20,48,241,146,237,25,15,74,83,31,132,38,152,250,178,
169,71,0,0,0,183,101,99,100,104,45,115,104,97,50,45,
110,105,115,116,112,50,53,54,44,101,99,100,104,45,
115,104,97,50,45,110,105,115,116,112,51,56,52,44,
101,99,100,104,45,115,104,97,50,45,110,105,115,116,
112,53,50,49,44,100,105,102,102,105,101,45,104,101,
108,108,109,97,110,45,103,114,111,117,112,45,101,
120,99,104,97,110,103,101,45,115,104,97,50,53,54,44,
100,105,102,102,105,101,45,104,101,108,108,109,97,
110,45,103,114,111,117,112,45,101,120,99,104,97,110,
103,101,45,115,104,97,49,44,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,111,117,
112,49,52,45,115,104,97,49,44,100,105,102,102,105,
101,45,104,101,108,108,109,97,110,45,103,114,111,
117,112,49,45,115,104,97,49,0,0,0,35,115,115,104,45,
114,115,97,44,115,115,104,45,100,115,115,44,101,99,
100,115,97,45,115,104,97,50,45,110,105,115,116,112,
50,53,54,0,0,0,157,97,101,115,49,50,56,45,99,116,
114,44,97,101,115,49,57,50,45,99,116,114,44,97,101,
115,50,53,54,45,99,116,114,44,97,114,99,102,111,117,
114,50,53,54,44,97,114,99,102,111,117,114,49,50,56,
44,97,101,115,49,50,56,45,99,98,99,44,51,100,101,
115,45,99,98,99,44,98,108,111,119,102,105,115,104,
45,99,98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,115,50,
53,54,45,99,98,99,44,97,114,99,102,111,117,114,44,
114,105,106,110,100,97,101,108,45,99,98,99,64,108,
121,115,97,116,111,114,46,108,105,117,46,115,101,0,
0,0,157,97,101,115,49,50,56,45,99,116,114,44,97,101,
115,49,57,50,45,99,116,114,44,97,101,115,50,53,54,
45,99,116,114,44,97,114,99,102,111,117,114,50,53,54,
44,97,114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,98,99,
44,98,108,111,119,102,105,115,104,45,99,98,99,44,99,
97,115,116,49,50,56,45,99,98,99,44,97,101,115,49,57,
50,45,99,98,99,44,97,101,115,50,53,54,45,99,98,99,
44,97,114,99,102,111,117,114,44,114,105,106,110,100,
97,101,108,45,99,98,99,64,108,121,115,97,116,111,
114,46,108,105,117,46,115,101,0,0,0,105,104,109,97,
99,45,109,100,53,44,104,109,97,99,45,115,104,97,49,
44,117,109,97,99,45,54,52,64,111,112,101,110,115,
115,104,46,99,111,109,44,104,109,97,99,45,114,105,
112,101,109,100,49,54,48,44,104,109,97,99,45,114,
105,112,101,109,100,49,54,48,64,111,112,101,110,115,
115,104,46,99,111,109,44,104,109,97,99,45,115,104,
97,49,45,57,54,44,104,109,97,99,45,109,100,53,45,57,
54,0,0,0,105,104,109,97,99,45,109,100,53,44,104,109,
97,99,45,115,104,97,49,44,117,109,97,99,45,54,52,64,
111,112,101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,48,44,
104,109,97,99,45,114,105,112,101,109,100,49,54,48,
64,111,112,101,110,115,115,104,46,99,111,109,44,104,
109,97,99,45,115,104,97,49,45,57,54,44,104,109,97,
99,45,109,100,53,45,57,54,0,0,0,21,110,111,110,101,
44,122,108,105,98,64,111,112,101,110,115,115,104,46,
99,111,109,0,0,0,21,110,111,110,101,44,122,108,105,
98,64,111,112,101,110,115,115,104,46,99,111,109,0,0,
0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1','ssh-rsa',
ssh_file,ssh_no_io,'hmac-sha1',
<<236,42,70,73,198,146,221,37,100,115,45,205,113,61,
181,26,94,84,102,56>>,
20,'hmac-sha1',
<<9,21,4,72,17,181,185,238,174,172,11,113,116,19,134,
250,11,243,200,203>>,
20,'aes128-cbc',
<<18,68,175,14,94,93,249,118,4,68,212,228,31,237,200,7>>,
16,
<<143,53,198,209,25,76,91,112,200,101,71,246,223,89,
141,58>>,
'aes128-cbc',
<<106,150,157,96,172,89,180,183,112,197,137,171,50,
140,62,1>>,
16,
<<221,114,183,115,181,83,193,181,44,2,43,189,62,171,
249,197>>,
none,undefined,none,undefined,none,none,true,
infinity,
113750018237824310356339308180338131669305086483472622762059734143581641289614297805720587467091343637175024599624609669146497953171804846359335307261614393387360931910771249304201037809532225200280253841060101134446171674604103100076184096865015534857791141918612935210437261239880640043132087082377574245954,
<<32,83,35,12,60,146,27,113,225,233,137,187,64,104,
151,12,234,115,201,53>>,
<<32,83,35,12,60,146,27,113,225,233,137,187,64,104,
151,12,234,115,201,53>>,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}],
5,4,
{{69317514358271022574175599056653978913748940743356901805449337659448368845938160187675873159730004140670190826261813831204313887282694307535056490198083848954018457056930718837022697753749820930250653211481624541529624371305859109996623959979691914905808758141437206864568830049424980877270760574194001214975,
159975368154427273522847441234252681216228632387257089740398617222979440299872764802824686032527776325616990661388633917829409607027009013499468636993905569127427863020063404434467067342925261663109702946122372273518816716300093226335456072200265001989158847681425753825246144736150643252422431272122802491708},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",none,
[{"publickey",ssh_auth,publickey_msg,["ssh-rsa"]},
{"publickey",ssh_auth,publickey_msg,["ssh-dss"]},
{"password",ssh_auth,password_msg,[]}],
["ssh-rsa","ssh-dss"]},
#Port<0.5640>,<<>>,<<>>,undefined,
{ssh_msg_kexinit,
<<245,39,118,190,239,114,107,145,174,176,153,45,70,
198,159,153>>,
["diffie-hellman-group1-sha1"],
["ssh-rsa","ssh-dss"],
["aes128-cbc","3des-cbc"],
["aes128-cbc","3des-cbc"],
["hmac-sha1"],
["hmac-sha1"],
["none","zlib"],
["none","zlib"],
[],[],false,0},
false,<0.1775.0>,undefined,undefined,undefined,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}]}
** Reason for termination =
** {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<159,156,129,31,133,91,84,24,232,218,113,71,90,227,30,55,49,91,
240,113,19,77,6,221,46,47,4,37,106,193,150,101,233,239,59,6,
142,219,19,38,29,166,124,19,155,46,16,214,247,253,252,120,65,
170,66,171,185,214,63,238,64,245,239,73,230,140,200,174,62,195,
56,228,16,13,51,114,3,92,200,221,62,164,244,116,16,28,183,107,
234,10,99,19,207,100,119,138>>,
<<46,222,16,53,80,124,129,86,32,166,218,173,94,172,233,134,27,
141,145,76>>],
{ssh,client,
{"ip-10-170-206-212",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang","SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,203,103,179,149,1,6,132,17,112,185,114,146,233,150,29,86,
0,0,0,26,100,105,102,102,105,101,45,104,101,108,108,109,97,
110,45,103,114,111,117,112,49,45,115,104,97,49,0,0,0,15,115,
115,104,45,114,115,97,44,115,115,104,45,100,115,115,0,0,0,
19,97,101,115,49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,0,0,0,19,97,101,115,49,50,56,45,99,98,99,44,51,100,
101,115,45,99,98,99,0,0,0,9,104,109,97,99,45,115,104,97,49,
0,0,0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,110,111,110,
101,44,122,108,105,98,0,0,0,9,110,111,110,101,44,122,108,
105,98,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
<<20,48,241,146,237,25,15,74,83,31,132,38,152,250,178,169,71,
0,0,0,183,101,99,100,104,45,115,104,97,50,45,110,105,115,
116,112,50,53,54,44,101,99,100,104,45,115,104,97,50,45,110,
105,115,116,112,51,56,52,44,101,99,100,104,45,115,104,97,50,
45,110,105,115,116,112,53,50,49,44,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,111,117,112,45,101,
120,99,104,97,110,103,101,45,115,104,97,50,53,54,44,100,105,
102,102,105,101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,45,101,120,99,104,97,110,103,101,45,115,104,97,
49,44,100,105,102,102,105,101,45,104,101,108,108,109,97,110,
45,103,114,111,117,112,49,52,45,115,104,97,49,44,100,105,
102,102,105,101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,45,115,104,97,49,0,0,0,35,115,115,104,45,114,
115,97,44,115,115,104,45,100,115,115,44,101,99,100,115,97,
45,115,104,97,50,45,110,105,115,116,112,50,53,54,0,0,0,157,
97,101,115,49,50,56,45,99,116,114,44,97,101,115,49,57,50,45,
99,116,114,44,97,101,115,50,53,54,45,99,116,114,44,97,114,
99,102,111,117,114,50,53,54,44,97,114,99,102,111,117,114,49,
50,56,44,97,101,115,49,50,56,45,99,98,99,44,51,100,101,115,
45,99,98,99,44,98,108,111,119,102,105,115,104,45,99,98,99,
44,99,97,115,116,49,50,56,45,99,98,99,44,97,101,115,49,57,
50,45,99,98,99,44,97,101,115,50,53,54,45,99,98,99,44,97,114,
99,102,111,117,114,44,114,105,106,110,100,97,101,108,45,99,
98,99,64,108,121,115,97,116,111,114,46,108,105,117,46,115,
101,0,0,0,157,97,101,115,49,50,56,45,99,116,114,44,97,101,
115,49,57,50,45,99,116,114,44,97,101,115,50,53,54,45,99,116,
114,44,97,114,99,102,111,117,114,50,53,54,44,97,114,99,102,
111,117,114,49,50,56,44,97,101,115,49,50,56,45,99,98,99,44,
51,100,101,115,45,99,98,99,44,98,108,111,119,102,105,115,
104,45,99,98,99,44,99,97,115,116,49,50,56,45,99,98,99,44,97,
101,115,49,57,50,45,99,98,99,44,97,101,115,50,53,54,45,99,
98,99,44,97,114,99,102,111,117,114,44,114,105,106,110,100,
97,101,108,45,99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,105,104,109,97,99,45,109,100,53,44,
104,109,97,99,45,115,104,97,49,44,117,109,97,99,45,54,52,64,
111,112,101,110,115,115,104,46,99,111,109,44,104,109,97,99,
45,114,105,112,101,109,100,49,54,48,44,104,109,97,99,45,114,
105,112,101,109,100,49,54,48,64,111,112,101,110,115,115,104,
46,99,111,109,44,104,109,97,99,45,115,104,97,49,45,57,54,44,
104,109,97,99,45,109,100,53,45,57,54,0,0,0,105,104,109,97,
99,45,109,100,53,44,104,109,97,99,45,115,104,97,49,44,117,
109,97,99,45,54,52,64,111,112,101,110,115,115,104,46,99,111,
109,44,104,109,97,99,45,114,105,112,101,109,100,49,54,48,44,
104,109,97,99,45,114,105,112,101,109,100,49,54,48,64,111,
112,101,110,115,115,104,46,99,111,109,44,104,109,97,99,45,
115,104,97,49,45,57,54,44,104,109,97,99,45,109,100,53,45,57,
54,0,0,0,21,110,111,110,101,44,122,108,105,98,64,111,112,
101,110,115,115,104,46,99,111,109,0,0,0,21,110,111,110,101,
44,122,108,105,98,64,111,112,101,110,115,115,104,46,99,111,
109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1','ssh-rsa',ssh_file,
ssh_no_io,'hmac-sha1',
<<236,42,70,73,198,146,221,37,100,115,45,205,113,61,181,26,94,
84,102,56>>,
20,'hmac-sha1',
<<9,21,4,72,17,181,185,238,174,172,11,113,116,19,134,250,11,
243,200,203>>,
20,'aes128-cbc',
<<18,68,175,14,94,93,249,118,4,68,212,228,31,237,200,7>>,
16,
<<62,164,244,116,16,28,183,107,234,10,99,19,207,100,119,138>>,
'aes128-cbc',
<<106,150,157,96,172,89,180,183,112,197,137,171,50,140,62,1>>,
16,
<<234,199,226,56,226,220,168,93,58,123,61,5,243,119,83,80>>,
none,undefined,none,undefined,none,none,true,infinity,
113750018237824310356339308180338131669305086483472622762059734143581641289614297805720587467091343637175024599624609669146497953171804846359335307261614393387360931910771249304201037809532225200280253841060101134446171674604103100076184096865015534857791141918612935210437261239880640043132087082377574245954,
<<32,83,35,12,60,146,27,113,225,233,137,187,64,104,151,12,234,
115,201,53>>,
<<32,83,35,12,60,146,27,113,225,233,137,187,64,104,151,12,234,
115,201,53>>,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{69317514358271022574175599056653978913748940743356901805449337659448368845938160187675873159730004140670190826261813831204313887282694307535056490198083848954018457056930718837022697753749820930250653211481624541529624371305859109996623959979691914905808758141437206864568830049424980877270760574194001214975,
159975368154427273522847441234252681216228632387257089740398617222979440299872764802824686032527776325616990661388633917829409607027009013499468636993905569127427863020063404434467067342925261663109702946122372273518816716300093226335456072200265001989158847681425753825246144736150643252422431272122802491708},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}
=TESTCASE: ssh_to_openssh_SUITE:erlang_shell_client_openssh_server/1
=CRASH REPORT==== 24-May-2012::22:14:04 ===
crasher:
initial call: ssh_connection_handler:init/1
pid: <0.1776.0>
registered_name: []
exception exit: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<159,156,129,31,133,91,84,24,232,218,113,71,90,
227,30,55,49,91,240,113,19,77,6,221,46,47,4,
37,106,193,150,101,233,239,59,6,142,219,19,38,
29,166,124,19,155,46,16,214,247,253,252,120,
65,170,66,171,185,214,63,238,64,245,239,73,
230,140,200,174,62,195,56,228,16,13,51,114,3,
92,200,221,62,164,244,116,16,28,183,107,234,
10,99,19,207,100,119,138>>,
<<46,222,16,53,80,124,129,86,32,166,218,173,94,
172,233,134,27,141,145,76>>],
{ssh,client,
{"ip-10-170-206-212",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,203,103,179,149,1,6,132,17,112,185,114,
146,233,150,29,86,0,0,0,26,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,
103,114,111,117,112,49,45,115,104,97,49,0,
0,0,15,115,115,104,45,114,115,97,44,115,
115,104,45,100,115,115,0,0,0,19,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,0,0,0,19,97,101,115,49,50,56,45,
99,98,99,44,51,100,101,115,45,99,98,99,0,0,
0,9,104,109,97,99,45,115,104,97,49,0,0,0,9,
104,109,97,99,45,115,104,97,49,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,9,110,
111,110,101,44,122,108,105,98,0,0,0,0,0,0,
0,0,0,0,0,0,0>>,
<<20,48,241,146,237,25,15,74,83,31,132,38,
152,250,178,169,71,0,0,0,183,101,99,100,
104,45,115,104,97,50,45,110,105,115,116,
112,50,53,54,44,101,99,100,104,45,115,104,
97,50,45,110,105,115,116,112,51,56,52,44,
101,99,100,104,45,115,104,97,50,45,110,105,
115,116,112,53,50,49,44,100,105,102,102,
105,101,45,104,101,108,108,109,97,110,45,
103,114,111,117,112,45,101,120,99,104,97,
110,103,101,45,115,104,97,50,53,54,44,100,
105,102,102,105,101,45,104,101,108,108,109,
97,110,45,103,114,111,117,112,45,101,120,
99,104,97,110,103,101,45,115,104,97,49,44,
100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,49,52,45,
115,104,97,49,44,100,105,102,102,105,101,
45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,45,115,104,97,49,0,0,0,35,
115,115,104,45,114,115,97,44,115,115,104,
45,100,115,115,44,101,99,100,115,97,45,115,
104,97,50,45,110,105,115,116,112,50,53,54,
0,0,0,157,97,101,115,49,50,56,45,99,116,
114,44,97,101,115,49,57,50,45,99,116,114,
44,97,101,115,50,53,54,45,99,116,114,44,97,
114,99,102,111,117,114,50,53,54,44,97,114,
99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,
99,98,99,44,98,108,111,119,102,105,115,104,
45,99,98,99,44,99,97,115,116,49,50,56,45,
99,98,99,44,97,101,115,49,57,50,45,99,98,
99,44,97,101,115,50,53,54,45,99,98,99,44,
97,114,99,102,111,117,114,44,114,105,106,
110,100,97,101,108,45,99,98,99,64,108,121,
115,97,116,111,114,46,108,105,117,46,115,
101,0,0,0,157,97,101,115,49,50,56,45,99,
116,114,44,97,101,115,49,57,50,45,99,116,
114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,
97,114,99,102,111,117,114,49,50,56,44,97,
101,115,49,50,56,45,99,98,99,44,51,100,101,
115,45,99,98,99,44,98,108,111,119,102,105,
115,104,45,99,98,99,44,99,97,115,116,49,50,
56,45,99,98,99,44,97,101,115,49,57,50,45,
99,98,99,44,97,101,115,50,53,54,45,99,98,
99,44,97,114,99,102,111,117,114,44,114,105,
106,110,100,97,101,108,45,99,98,99,64,108,
121,115,97,116,111,114,46,108,105,117,46,
115,101,0,0,0,105,104,109,97,99,45,109,100,
53,44,104,109,97,99,45,115,104,97,49,44,
117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,
45,114,105,112,101,109,100,49,54,48,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,
48,64,111,112,101,110,115,115,104,46,99,
111,109,44,104,109,97,99,45,115,104,97,49,
45,57,54,44,104,109,97,99,45,109,100,53,45,
57,54,0,0,0,105,104,109,97,99,45,109,100,
53,44,104,109,97,99,45,115,104,97,49,44,
117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,
45,114,105,112,101,109,100,49,54,48,44,104,
109,97,99,45,114,105,112,101,109,100,49,54,
48,64,111,112,101,110,115,115,104,46,99,
111,109,44,104,109,97,99,45,115,104,97,49,
45,57,54,44,104,109,97,99,45,109,100,53,45,
57,54,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,
99,111,109,0,0,0,21,110,111,110,101,44,122,
108,105,98,64,111,112,101,110,115,115,104,
46,99,111,109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,ssh_no_io,'hmac-sha1',
<<236,42,70,73,198,146,221,37,100,115,45,205,
113,61,181,26,94,84,102,56>>,
20,'hmac-sha1',
<<9,21,4,72,17,181,185,238,174,172,11,113,
116,19,134,250,11,243,200,203>>,
20,'aes128-cbc',
<<18,68,175,14,94,93,249,118,4,68,212,228,31,
237,200,7>>,
16,
<<62,164,244,116,16,28,183,107,234,10,99,19,
207,100,119,138>>,
'aes128-cbc',
<<106,150,157,96,172,89,180,183,112,197,137,
171,50,140,62,1>>,
16,
<<234,199,226,56,226,220,168,93,58,123,61,5,
243,119,83,80>>,
none,undefined,none,undefined,none,none,
true,infinity,
113750018237824310356339308180338131669305086483472622762059734143581641289614297805720587467091343637175024599624609669146497953171804846359335307261614393387360931910771249304201037809532225200280253841060101134446171674604103100076184096865015534857791141918612935210437261239880640043132087082377574245954,
<<32,83,35,12,60,146,27,113,225,233,137,187,
64,104,151,12,234,115,201,53>>,
<<32,83,35,12,60,146,27,113,225,233,137,187,
64,104,151,12,234,115,201,53>>,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{69317514358271022574175599056653978913748940743356901805449337659448368845938160187675873159730004140670190826261813831204313887282694307535056490198083848954018457056930718837022697753749820930250653211481624541529624371305859109996623959979691914905808758141437206864568830049424980877270760574194001214975,
159975368154427273522847441234252681216228632387257089740398617222979440299872764802824686032527776325616990661388633917829409607027009013499468636993905569127427863020063404434467067342925261663109702946122372273518816716300093226335456072200265001989158847681425753825246144736150643252422431272122802491708},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
in function gen_fsm:terminate/7 (gen_fsm.erl, line 611)
ancestors: [<0.1774.0>,sshc_sup,ssh_sup,<0.1767.0>]
messages: []
links: [<0.1774.0>]
dictionary: [{{msg_code,ssh_msg_disconnect},{1,[uint32,string,string]}},
{{msg_code,ssh_msg_userauth_request},
{50,[string,string,string,'...']}},
{{msg_name,6},{ssh_msg_service_accept,[string]}},
{{msg_code,ssh_msg_kexdh_init},{30,[mpint]}},
{{msg_name,21},{ssh_msg_newkeys,[]}},
{{msg_code,ssh_msg_userauth_pk_ok},{60,[string,binary]}},
{{msg_name,31},{ssh_msg_kexdh_reply,[binary,mpint,binary]}},
{{msg_name,52},{ssh_msg_userauth_success,[]}},
{{msg_name,50},
{ssh_msg_userauth_request,[string,string,string,'...']}},
{{msg_name,20},
{ssh_msg_kexinit,[cookie,name_list,name_list,name_list,
name_list,name_list,name_list,name_list,
name_list,name_list,name_list,boolean,
uint32]}},
{{msg_name,5},{ssh_msg_service_request,[string]}},
{{msg_name,51},{ssh_msg_userauth_failure,[string,boolean]}},
{{msg_code,ssh_msg_userauth_failure},{51,[string,boolean]}},
{{msg_code,ssh_msg_service_accept},{6,[string]}},
{{msg_code,ssh_msg_debug},{4,[boolean,string,string]}},
{{msg_code,ssh_msg_unimplemented},{3,[uint32]}},
{{msg_name,60},{ssh_msg_userauth_pk_ok,[string,binary]}},
{{msg_name,30},{ssh_msg_kexdh_init,[mpint]}},
{{msg_code,ssh_msg_kexdh_reply},{31,[binary,mpint,binary]}},
{{msg_code,ssh_msg_service_request},{5,[string]}},
{{msg_name,2},{ssh_msg_ignore,[string]}},
{{msg_name,1},{ssh_msg_disconnect,[uint32,string,string]}},
{{msg_name,53},{ssh_msg_userauth_banner,[string,string]}},
{{msg_name,3},{ssh_msg_unimplemented,[uint32]}},
{{msg_code,ssh_msg_userauth_success},{52,[]}},
{{msg_code,ssh_msg_newkeys},{21,[]}},
{{msg_code,ssh_msg_kexinit},
{20,
[cookie,name_list,name_list,name_list,name_list,name_list,
name_list,name_list,name_list,name_list,name_list,
boolean,uint32]}},
{{msg_name,4},{ssh_msg_debug,[boolean,string,string]}},
{{msg_code,ssh_msg_userauth_banner},{53,[string,string]}},
{{msg_code,ssh_msg_ignore},{2,[string]}}]
trap_exit: true
status: running
heap_size: 4181
stack_size: 24
reductions: 57818
neighbours:
=TESTCASE: ssh_to_openssh_SUITE:erlang_shell_client_openssh_server/1
=SUPERVISOR REPORT==== 24-May-2012::22:14:04 ===
Supervisor: {<0.1774.0>,ssh_connection_sup}
Context: child_terminated
Reason: {{badmatch,
{disconnect,
{ssh_msg_disconnect,14,
"Unable to connect using the available authentication methods",
"en"},
{[<<159,156,129,31,133,91,84,24,232,218,113,71,90,
227,30,55,49,91,240,113,19,77,6,221,46,47,4,37,
106,193,150,101,233,239,59,6,142,219,19,38,29,
166,124,19,155,46,16,214,247,253,252,120,65,170,
66,171,185,214,63,238,64,245,239,73,230,140,200,
174,62,195,56,228,16,13,51,114,3,92,200,221,62,
164,244,116,16,28,183,107,234,10,99,19,207,100,
119,138>>,
<<46,222,16,53,80,124,129,86,32,166,218,173,94,
172,233,134,27,141,145,76>>],
{ssh,client,
{"ip-10-170-206-212",{{0,0,0,0,0,0,0,1},22}},
{2,0},
{2,0},
"SSH-2.0-Erlang",
"SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1",
<<20,203,103,179,149,1,6,132,17,112,185,114,146,
233,150,29,86,0,0,0,26,100,105,102,102,105,
101,45,104,101,108,108,109,97,110,45,103,114,
111,117,112,49,45,115,104,97,49,0,0,0,15,115,
115,104,45,114,115,97,44,115,115,104,45,100,
115,115,0,0,0,19,97,101,115,49,50,56,45,99,98,
99,44,51,100,101,115,45,99,98,99,0,0,0,19,97,
101,115,49,50,56,45,99,98,99,44,51,100,101,
115,45,99,98,99,0,0,0,9,104,109,97,99,45,115,
104,97,49,0,0,0,9,104,109,97,99,45,115,104,97,
49,0,0,0,9,110,111,110,101,44,122,108,105,98,
0,0,0,9,110,111,110,101,44,122,108,105,98,0,0,
0,0,0,0,0,0,0,0,0,0,0>>,
<<20,48,241,146,237,25,15,74,83,31,132,38,152,
250,178,169,71,0,0,0,183,101,99,100,104,45,
115,104,97,50,45,110,105,115,116,112,50,53,54,
44,101,99,100,104,45,115,104,97,50,45,110,105,
115,116,112,51,56,52,44,101,99,100,104,45,115,
104,97,50,45,110,105,115,116,112,53,50,49,44,
100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,
99,104,97,110,103,101,45,115,104,97,50,53,54,
44,100,105,102,102,105,101,45,104,101,108,108,
109,97,110,45,103,114,111,117,112,45,101,120,
99,104,97,110,103,101,45,115,104,97,49,44,100,
105,102,102,105,101,45,104,101,108,108,109,97,
110,45,103,114,111,117,112,49,52,45,115,104,
97,49,44,100,105,102,102,105,101,45,104,101,
108,108,109,97,110,45,103,114,111,117,112,49,
45,115,104,97,49,0,0,0,35,115,115,104,45,114,
115,97,44,115,115,104,45,100,115,115,44,101,
99,100,115,97,45,115,104,97,50,45,110,105,115,
116,112,50,53,54,0,0,0,157,97,101,115,49,50,
56,45,99,116,114,44,97,101,115,49,57,50,45,99,
116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,
114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,
117,114,44,114,105,106,110,100,97,101,108,45,
99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,157,97,101,115,49,50,
56,45,99,116,114,44,97,101,115,49,57,50,45,99,
116,114,44,97,101,115,50,53,54,45,99,116,114,
44,97,114,99,102,111,117,114,50,53,54,44,97,
114,99,102,111,117,114,49,50,56,44,97,101,115,
49,50,56,45,99,98,99,44,51,100,101,115,45,99,
98,99,44,98,108,111,119,102,105,115,104,45,99,
98,99,44,99,97,115,116,49,50,56,45,99,98,99,
44,97,101,115,49,57,50,45,99,98,99,44,97,101,
115,50,53,54,45,99,98,99,44,97,114,99,102,111,
117,114,44,114,105,106,110,100,97,101,108,45,
99,98,99,64,108,121,115,97,116,111,114,46,108,
105,117,46,115,101,0,0,0,105,104,109,97,99,45,
109,100,53,44,104,109,97,99,45,115,104,97,49,
44,117,109,97,99,45,54,52,64,111,112,101,110,
115,115,104,46,99,111,109,44,104,109,97,99,45,
114,105,112,101,109,100,49,54,48,44,104,109,
97,99,45,114,105,112,101,109,100,49,54,48,64,
111,112,101,110,115,115,104,46,99,111,109,44,
104,109,97,99,45,115,104,97,49,45,57,54,44,
104,109,97,99,45,109,100,53,45,57,54,0,0,0,
105,104,109,97,99,45,109,100,53,44,104,109,97,
99,45,115,104,97,49,44,117,109,97,99,45,54,52,
64,111,112,101,110,115,115,104,46,99,111,109,
44,104,109,97,99,45,114,105,112,101,109,100,
49,54,48,44,104,109,97,99,45,114,105,112,101,
109,100,49,54,48,64,111,112,101,110,115,115,
104,46,99,111,109,44,104,109,97,99,45,115,104,
97,49,45,57,54,44,104,109,97,99,45,109,100,53,
45,57,54,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,99,
111,109,0,0,0,21,110,111,110,101,44,122,108,
105,98,64,111,112,101,110,115,115,104,46,99,
111,109,0,0,0,0,0,0,0,0,0,0,0,0,0>>,
undefined,'diffie-hellman-group1-sha1',
'ssh-rsa',ssh_file,ssh_no_io,'hmac-sha1',
<<236,42,70,73,198,146,221,37,100,115,45,205,
113,61,181,26,94,84,102,56>>,
20,'hmac-sha1',
<<9,21,4,72,17,181,185,238,174,172,11,113,116,
19,134,250,11,243,200,203>>,
20,'aes128-cbc',
<<18,68,175,14,94,93,249,118,4,68,212,228,31,
237,200,7>>,
16,
<<62,164,244,116,16,28,183,107,234,10,99,19,207,
100,119,138>>,
'aes128-cbc',
<<106,150,157,96,172,89,180,183,112,197,137,171,
50,140,62,1>>,
16,
<<234,199,226,56,226,220,168,93,58,123,61,5,243,
119,83,80>>,
none,undefined,none,undefined,none,none,true,
infinity,
113750018237824310356339308180338131669305086483472622762059734143581641289614297805720587467091343637175024599624609669146497953171804846359335307261614393387360931910771249304201037809532225200280253841060101134446171674604103100076184096865015534857791141918612935210437261239880640043132087082377574245954,
<<32,83,35,12,60,146,27,113,225,233,137,187,64,
104,151,12,234,115,201,53>>,
<<32,83,35,12,60,146,27,113,225,233,137,187,64,
104,151,12,234,115,201,53>>,
[{address,"ip-10-170-206-212"},
{port,22},
{host,"ip-10-170-206-212"},
{silently_accept_hosts,true},
{user_interaction,false}],
6,5,
{{69317514358271022574175599056653978913748940743356901805449337659448368845938160187675873159730004140670190826261813831204313887282694307535056490198083848954018457056930718837022697753749820930250653211481624541529624371305859109996623959979691914905808758141437206864568830049424980877270760574194001214975,
159975368154427273522847441234252681216228632387257089740398617222979440299872764802824686032527776325616990661388633917829409607027009013499468636993905569127427863020063404434467067342925261663109702946122372273518816716300093226335456072200265001989158847681425753825246144736150643252422431272122802491708},
{2,
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007}},
undefined,"bob","ssh-connection",false,
"publickey,keyboard_interactive,password",
["publickey"],
[],
["ssh-rsa","ssh-dss"]}}}},
[{ssh_connection_handler,userauth,2,
[{file,"ssh_connection_handler.erl"},{line,422}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,494}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
Offender: [{pid,<0.1776.0>},
{name,#Ref<0.0.0.22035>},
{mfargs,{ssh_connection_handler,start_link,undefined}},
{restart_type,temporary},
{shutdown,3600},
{child_type,worker}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment