Hi,

On Tue, Mar 11, 2008 at 2:04 AM, Atsuhiko Yamanaka <[EMAIL PROTECTED]> wrote:
> Hi,
>
>    +-From: "pafau k" <[EMAIL PROTECTED]> ----
>    |_Date: Mon, 10 Mar 2008 18:02:28 +0100 __
>
>    |
>    |I'm trying to do SCP file transfer with username/password
>    |auth (no keys involved). I'm using almost verbatim version
>    |of example http://www.jcraft.com/jsch/examples/ScpToNoneCipher.java.
>
>  How about the output from
>   http://www.jcraft.com/jsch/examples/Logger.java
>
>  Sincerely,

 'Authenticity of host cannot be established' dialog pops up, but i'd like to
ignore not having the host's key and continue.

Logger's output follows:

INFO: Connecting to konopia.tiger.com.pl port 22
INFO: Connection established
INFO: Remote version string: SSH-2.0-OpenSSH_4.3p2 Debian-9
INFO: Local version string: SSH-2.0-JSCH-0.1.37
INFO: CheckCiphers: aes256-cbc,aes192-cbc,aes128-cbc
INFO: aes256-cbc is not available.
INFO: aes192-cbc is not available.
INFO: SSH_MSG_KEXINIT sent
INFO: SSH_MSG_KEXINIT received
INFO: kex: server->client aes128-cbc hmac-md5 none
INFO: kex: client->server aes128-cbc hmac-md5 none
INFO: SSH_MSG_KEXDH_INIT sent
INFO: expecting SSH_MSG_KEXDH_REPLY
INFO: ssh_rsa_verify: signature true
WARN: Permanently added 'konopia.tiger.com.pl' (RSA) to the list of known hosts.
INFO: SSH_MSG_NEWKEYS sent
INFO: SSH_MSG_NEWKEYS received
INFO: SSH_MSG_SERVICE_REQUEST sent
INFO: SSH_MSG_SERVICE_ACCEPT received
INFO: Authentications that can continue: publickey,keyboard-interactive,password
INFO: Next authentication method: publickey
INFO: Authentications that can continue: password
INFO: Next authentication method: password
INFO: Authentication succeeded (password).

greets
-- 
pafau k.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to