Search found 10 matches

by saikek
Wed Aug 01, 2012 11:12 am
Forum: Using LogMX
Topic: Solaris 10 SFTP/SCP access error
Replies: 12
Views: 24272

Re: Solaris 10 SFTP/SCP access error

I've looked into jsch library and examples and found out how to fix this issue with Kerberos you need to put this line after session.setUserInfo(ui) you should put session.setConfig("PreferredAuthentications", "publickey,keyboard-interactive,password"); In this way, there is no more problems with Ke...
by saikek
Wed Aug 01, 2012 11:12 am
Forum: Using LogMX
Topic: Win 7 issue
Replies: 6
Views: 24278

Re: Win 7 issue

I've looked into jsch library and examples and found out how to fix this issue with Kerberos you need to put this line after session.setUserInfo(ui) you should put session.setConfig("PreferredAuthentications", "publickey,keyboard-interactive,password"); In this way, there is no more problems with Ke...
by saikek
Mon Apr 16, 2012 8:47 am
Forum: Using LogMX
Topic: Win 7 issue
Replies: 6
Views: 24278

Re: Win 7 issue

Hello,

I've configured connection with ssh-key, added it to Options->network.
But when i connect - i am prompted for user, password in console.
No matter what i've enter - i am connected (because of key login).

Regards.
by saikek
Fri Apr 13, 2012 10:56 am
Forum: Using LogMX
Topic: Win 7 issue
Replies: 6
Views: 24278

Win 7 issue

Hello everyone,

I'm facing issue with Win7 32bit - when i establish connection - i didn't get windows with username password (as it is in winxp).
If i run application with .bat file - i get request for login and password in console.

Anyone facing simmilar issues on win7?

Regards.
by saikek
Fri Apr 13, 2012 10:38 am
Forum: Using LogMX
Topic: Solaris 10 SFTP/SCP access error
Replies: 12
Views: 24272

Re: Solaris 10 SFTP/SCP access error

And success!

I've generated new Openssh or ssh.com key using puttygen and it had connected!

Thanks!
by saikek
Fri Apr 13, 2012 10:24 am
Forum: Using LogMX
Topic: Solaris 10 SFTP/SCP access error
Replies: 12
Views: 24272

Re: Solaris 10 SFTP/SCP access error

Yes, and my pc does not have Kerbos folder anywhere.
by saikek
Fri Apr 13, 2012 10:23 am
Forum: Using LogMX
Topic: Solaris 10 SFTP/SCP access error
Replies: 12
Views: 24272

Re: Solaris 10 SFTP/SCP access error

Hello!

At last ssh keys was deployed on server.

Both Putty and WinScp accept connection with login and this privatate key.

But LogMX says: "Error while connecting to SFTP server: [JSchException] - invalid privatekey: C:\.......\privatekeyssh.ppk

Thank you.
by saikek
Tue Apr 03, 2012 6:15 am
Forum: Using LogMX
Topic: Solaris 10 SFTP/SCP access error
Replies: 12
Views: 24272

Re: Solaris 10 SFTP/SCP access error

Logs attached. Please note that i've replaced here login name here with some generic due to privacy concern.
by saikek
Tue Apr 03, 2012 6:12 am
Forum: Using LogMX
Topic: Solaris 10 SFTP/SCP access error
Replies: 12
Views: 24272

Re: Solaris 10 SFTP/SCP access error

Hello Xevier, Thank you for fast repsonse! 1) I am using WIN7 and WinXP pc to connect to Solaris OS. 2) Currently i am using putty/winscp to connect to server. Connection is ok. 3) No, i havent yet, but i will try. 4) yes, i tried both scp and sftp. Also i wanted to add that on Win7 after connection...
by saikek
Mon Apr 02, 2012 9:44 am
Forum: Using LogMX
Topic: Solaris 10 SFTP/SCP access error
Replies: 12
Views: 24272

Solaris 10 SFTP/SCP access error

Hello, LogMX developers. It is somehow not possible to use your tool in SFTP/SCP mode with Solaris 1O OS. When i try to connect it does not accept my password and connect. It is probably some problems with handshake. 1) Parser is ok, so local reading of log file works ok 2) SFTP/SCP access to linux ...