in reply to Re: Net::SSH2::Channel question
in thread Net::SSH2::Channel question
bash$ ./test-ssh.pl
MYWIN: Reading configuration data /.ssh/config
MYWIN: Reading configuration data /etc/ssh_config
MYWIN: Connecting to {host}, port 22.
MYWIN: Remote protocol version 2.0, remote software version OpenSSH_3.9p1
MYWIN: Net::SSH::Perl Version 1.28, protocol version 2.0.
MYWIN: No compat match: OpenSSH_3.9p1.
MYWIN: Connection established.
MYWIN: Sent key-exchange init (KEXINIT), wait response.
MYWIN: Algorithms, c->s: 3des-cbc hmac-sha1 none
MYWIN: Algorithms, s->c: 3des-cbc hmac-sha1 none
MYWIN: Entering Diffie-Hellman Group 1 key exchange.
MYWIN: Sent DH public key, waiting for reply.
MYWIN: Received host key, type 'ssh-dss'.
MYWIN: Host 'xx.xx.xx.xx' is known and matches the host key.
MYWIN: Computing shared secret key.
MYWIN: Verifying server signature.
MYWIN: Waiting for NEWKEYS message.
MYWIN: Enabling incoming encryption/MAC/compression.
MYWIN: Send NEWKEYS, enable outgoing encryption/MAC/compression.
MYWIN: Sending request for user-authentication service.
MYWIN: Service accepted: ssh-userauth.
MYWIN: Trying empty user-authentication request.
MYWIN: Authentication methods that can continue: publickey,password,keyboard-interactive.
MYWIN: Next method to try is publickey.
MYWIN: Next method to try is password.
MYWIN: Trying password authentication.
MYWIN: Login completed, opening dummy shell channel.
MYWIN: channel 0: new client-session
MYWIN: Requesting channel_open for channel 0.
MYWIN: channel 0: open confirm rwindow 0 rmax 32768
MYWIN: Got channel open confirmation, requesting shell.
MYWIN: Requesting service shell on channel 0.
MYWIN: channel 1: new client-session
MYWIN: Requesting channel_open for channel 1.
MYWIN: Entering interactive session.
MYWIN: Sending command: /usr/WebSphere/CommerceServer/bin/dataload/data/../test1.sh
MYWIN: Requesting service exec on channel 1.
MYWIN: channel 1: open confirm rwindow 0 rmax 32768
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::SSH2::Channel question
by cmv (Chaplain) on Nov 07, 2007 at 22:49 UTC |