nuoyanliao / sshxcute

Automatically exported from code.google.com/p/sshxcute
0 stars 0 forks source link

Connection operation does not succed with "Kerberos username [m.a]:" output in Eclipse #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I import the library and create a valid class that logs on a remote linux 
machine and sends a CustomTask command1 = new ExecCommand("echo 123 > t.txt");
2.
The output in Eclipse is :

TIMEOUT => 100000
HALT_ON_FAILURE => true
INTEVAL_TIME_BETWEEN_TASKS => 5000
SSH_PORT_NUMBER => 22
ERROR_MSG_BUFFER_TEMP_FILE_PATH => C:\Users\m.a\sshxcute_err.msg
SSHExec initializing ...
before exec
before connect
Session initialized and associated with user credential dev123
SSHExec initialized successfully
SSHExec trying to connect dev@10.0.20.21
Kerberos username [m.a]: 

m.a being the user logged on the windows machine
3.

What is the expected output? What do you see instead?

The loggin is not succesfull .The sshxcute.log outputs :

[16:19:49] INFO:    TIMEOUT => 36000
[16:19:49] INFO:    HALT_ON_FAILURE => false
[16:19:49] INFO:    INTEVAL_TIME_BETWEEN_TASKS => 5000
[16:19:49] INFO:    SSH_PORT_NUMBER => 22
[16:19:49] INFO:    ERROR_MSG_BUFFER_TEMP_FILE_PATH => E:\123.err
[16:19:49] INFO:    SSHExec initializing ...
[16:19:49] INFO:    Session initialized and associated with user credential 
dev123
[16:19:49] INFO:    SSHExec initialized successfully
[16:19:49] INFO:    SSHExec trying to connect dev@10.0.20.21

What version of the product are you using? On what operating system?

The Eclipse os is WIN7 64 and the linux machine is Ubuntu 32 

Please provide any additional information below.

Original issue reported on code.google.com by Harko...@gmail.com on 4 Nov 2014 at 3:45

Attachments: