Displaying 20 results from an estimated 40 matches for "client_init".
Did you mean:
clients_init
2001 Dec 17
0
SSH hanging
...v -v -v for level 3). This
script
serves a critical business function and this bug affects our database
recoverability.
Thanks,
Nahid Taheri
Lead Enterprise DBA
Washington Mutual
(949) 833 6644
Details follows:
-----------------------------------
Normal execution:
debug2: callback start
debug1: client_init id 0 arg 0
debug1: Sending command: df -k /u03/oraarch_remote/crmsbprd
debug2: callback done
debug1: channel 0: open confirm rwindow 0 rmax 16384
debug2: channel 0: rcvd adjust 32768
debug1: channel 0: read<=0 rfd 5 len 0
debug1: channel 0: read failed
debug1: channel 0: input open -> drain
d...
2001 Feb 06
1
RNG not initialised for sftp only under Solaris.
...debug: channel 0: new [client-session]
debug: send channel open 0
debug: Entering interactive session.
debug: client_init id 0 arg 0
debug: Sending subsystem: sftp
debug: channel 0: open confirm rwindow 0 rmax 16384
RNG not initialised
[..]
The solution is to add 'init_prng();' to...
2001 Aug 22
2
CVS oddness on Solaris.
...ows everything right, but.. no output..
[..]
debug3: clear hostkey 0
debug3: clear hostkey 1
debug3: clear hostkey 2
debug1: channel 0: new [client-session]
debug3: ssh_session2_command: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug2: callback start
debug1: client_init id 0 arg 0
debug1: Sending command: ps -ef
debug2: callback done
debug1: channel 0: open confirm rwindow 0 rmax 16384
debug1: channel_free: channel 0: client-session, nchannels 1
debug3: channel_free: status: The following connections are open:
#0 client-session (t4 r0 i1/0 o16/0 fd 6/8)
[..]
Ha...
2001 May 24
0
occasional ssh hang
...a blen 149 lastkey 0x8112050 hint
2
debug1: read PEM private key done: type RSA
debug1: ssh-userauth2 successful: method publickey
debug1: fd 4 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 arg 0
debug1: channel request 0: shell
debug1: channel 0: open confirm rwindow 0 rmax 16384
debug1: channel 0: read<=0 rfd 4 len 0
debug1: channel 0: read failed
debug1: channel 0: input open -> drain
debug1: channel 0: close_read
debug1: channel 0: input: no drain shortcut
debug1: chann...
2001 Mar 23
1
openssh 2.3.0p1-5 loses stdout
...: next auth method to try is publickey
debug: try pubkey: /home/andrewm/.ssh/id_dsa
debug: read DSA private key done
debug: sig size 20 20
debug: ssh-userauth2 successfull: method publickey
debug: channel 0: new [client-session]
debug: send channel open 0
debug: Entering interactive session.
debug: client_init id 0 arg 0
debug: Requesting X11 forwarding with authentication spoofing.
debug: Sending command: echo HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
debug: channel 0: open confirm rwindow 0 rmax 16384
debug: client_input_channel_req: rtype exit-status reply 0
debug: channe...
2001 May 04
0
Exit status strangeness
...3a380 hint 2
debug1: read PEM private key done: type DSA
debug1: sig size 20 20
debug1: ssh-userauth2 successful: method publickey
debug1: fd 5 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 arg 0
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: Sending command: /bin/true
debug1: channel 0: open confirm rwindow 0 rmax 16384
debug1: channel 0: read<=0 rfd 5 len 0
debug1: channel 0: read failed
debug1: channel 0: input open -> drain
debug1: channel 0: cl...
2001 May 08
1
sftp problem
...1: next auth method to try is password
jpaint at etwebuatbu's password:
debug1: ssh-userauth2 successful: method password
debug1: fd 7 setting O_NONBLOCK
debug1: fd 8 IS O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 arg 0
debug1: Sending subsystem: sftp
debug1: channel 0: open confirm rwindow 0 rmax 16384
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: rcvd eof
debug1: channel 0: output open -> drain
debug1: channel 0: rcvd close
debug1: channel 0: input open -&...
2001 Apr 04
0
Heh?
...ntications that can continue: publickey,password
debug1: next auth method to try is password
root at undoable.xtdnet.nl's password:
debug1: ssh-userauth2 successful: method password
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 arg 0
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: channel request 0: shell
debug1: channel 0: open confirm rwindow 0 rmax 16384
Last login: Wed Apr 4 20:46:55 2001 from node146c7.a2000.nl
debug1: client_input_channel_req: channel 0 rtype exit-signal reply 0
debug1:...
2001 Mar 23
1
SSH Conections being dropped.
...rsa
debug1: try privkey: /home/user42/swares/.ssh/id_dsa
debug1: next auth method to try is password
swares at dtadmin's password:
debug1: ssh-userauth2 successful: method password
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 arg 0
debug1: channel request 0: shell
debug1: channel 0: open confirm rwindow 0 rmax 16384
Scott Wares, Unix SysAdmin
Tier II, Desktop Support
303-707-5479, swares at qwest.com
2000 Aug 05
0
Protocol 2 and fork
...quot;Cannot fork into background without a command to execute.");
+
/* check if RSA support exists */
if ((options.protocol & SSH_PROTO_1) &&
rsa_alive() == 0) {
@@ -979,6 +998,12 @@
channel_open(id);
channel_register_callback(id, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, client_init, (void *)0);
+
+ /* Jarno: hack to get -f working with protocol 2 */
+ if (fork_after_authentication_flag) {
+ if (daemon(1, 1) < 0)
+ fatal("daemon() failed: %.200s", strerror(errno));
+ }
return client_loop(tty_flag, tty_flag ? options.escape_char : -1);
}
--
Jarno Huuskone...
2001 Oct 10
0
sftp localhost exits after authentication?
...to try is password
hari at localhost's password:
debug1: ssh-userauth2 successful: method password
debug1: fd 5 setting O_NONBLOCK
debug1: fd 6 IS O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 arg 0
debug1: Sending subsystem: sftp
debug1: channel 0: open confirm rwindow 0 rmax 16384
sftp>
debug1: channel 0: read<=0 rfd 5 len 0
debug1: channel 0: read failed
debug1: channel 0: input open -> drain
debug1: channel 0: close_read
debug1: channel 0: input: no drain shortcut
debug...
2001 Jul 26
1
possible bug: OpenSSH appears to freeze on exit
...ad PEM private key done: type DSA
debug1: sig size 20 20
debug1: ssh-userauth2 successful: method publickey
debug1: fd 6 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug2: callback start
debug1: client_init id 0 arg 0
debug1: Sending command: ps -ef | egrep '(arc0|arch)'_xitprd00 | grep -v
grep | wc -l
debug2: callback done
debug1: channel 0: open confirm rwindow 0 rmax 16384
debug2: channel 0: rcvd adjust 32768
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: chan...
2001 Feb 12
1
OpenSSH 2.3.0p1 bug with SCO UnixWare 7.1.0
...qc.bell.ca's password:
debug: ssh-userauth2 successfull
debug: no set_nonblock for tty fd 4
debug: no set_nonblock for tty fd 5
debug: no set_nonblock for tty fd 6
debug: channel 0: new [client-session]
debug: send channel open 0
debug: Entering interactive session.
debug: callback start
debug: client_init id 0 arg 0
debug: channel request 0: shell
debug: client_set_session_ident: id 0
debug: callback done
debug: channel 0: open confirm rwindow 0 rmax 32768
debug: channel 0: rcvd adjust 16384
2001 Feb 20
0
sftd problem on Tru64 Unix
...s/user_dsa
debug: we sent a publickey packet, wait for reply
debug: ssh-userauth2 successful: method publickey
debug: fd 4 setting O_NONBLOCK
debug: fd 5 IS O_NONBLOCK
debug: channel 0: new [client-session]
debug: send channel open 0
debug: Entering interactive session.
debug: callback start
debug: client_init id 0 arg 0
debug: Sending subsystem: sftp
debug: callback done
debug: channel 0: open confirm rwindow 0 rmax 16384
debug: channel 0: rcvd adjust 32768
debug: Remote version: 2
sftp> ls
debug: client_input_channel_req: channel 0 rtype exit-signal reply 0
debug: channel 0: rcvd eof
debug: channel...
2001 Jan 19
1
Core dumps on HP-UX
...e: publickey,password
debug: next auth method to try is publickey
debug: next auth method to try is password
troot at spare4's password:
debug: ssh-userauth2 successful: method password
debug: channel 0: new [client-session]
debug: send channel open 0
debug: Entering interactive session.
debug: client_init id 0 arg 0
debug: Requesting X11 forwarding with authentication spoofing.
debug: channel request 0: shell
debug: channel 0: open confirm rwindow 0 rmax 16384
Pid 22024 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz....
2001 Aug 22
1
[Fwd: [Fwd: openssh 2.9p2 hang problem]]
...: sig size 20 20
> debug1: ssh-userauth2 successful: method publickey
> debug1: fd 6 setting O_NONBLOCK
> debug1: channel 0: new [client-session]
> debug1: channel_new: 0
> debug1: send channel open 0
> debug1: Entering interactive session.
> debug2: callback start
> debug1: client_init id 0 arg 0
> debug1: Sending command: ps -ef | egrep '(arc0|arch)'_xitprd00 | grep -v
> grep | wc -l
> debug2: callback done
> debug1: channel 0: open confirm rwindow 0 rmax 16384
> debug2: channel 0: rcvd adjust 32768
> debug1: client_input_channel_req: channel 0 rtype ex...
2000 Jun 12
2
problems with scp
I have an openssh server running on solaris 7 and the client running on
a clean RH linux 6.1 box. I am using the latest release (2.1.1p1 -- i
had the known solaris utmp problem and the read_key problem when using
2.1.0p2 so i upgraded).
scp from the linux machine to solaris machine gives a "lost connection"
message
[root at dog /root]# scp foo.bar solmachine:/tmp/
lost connection
the
2001 Apr 24
1
HELP! sftp hangs on exit / Bug?
...l: method publickey
> > debug1: fd 4 setting O_NONBLOCK
> > debug1: fd 5 setting O_NONBLOCK
> > debug1: fd 6 setting O_NONBLOCK
> > debug1: channel 0: new [client-session]
> > debug1: send channel open 0
> > debug1: Entering interactive session.
> > debug1: client_init id 0 arg 0
> > debug1: Sending subsystem: sftp
> > debug1: channel 0: open confirm rwindow 10000 rmax 32768
> > sftp> sftp> Killed by signal 2.
> > debug1: Calling cleanup 0x416e08(0x0)
> > debug1: Calling cleanup 0x41a304(0x0)
> >
> >
> >
>...
2000 Jun 13
2
SCP Problems.
...SA private key done
debug: sig size 20 20
debug: ssh-userauth2 successfull
debug: fd 5 setting O_NONBLOCK
debug: fd 6 setting O_NONBLOCK
debug: fd 7 setting O_NONBLOCK
debug: channel 0: new [client-session]
debug: send channel open 0
debug: Entering interactive session.
debug: callback start
debug: client_init id 0 arg 0
debug: Sending command: scp -v -t .
debug: client_set_session_ident: id 0
debug: callback done
debug: channel 0: open confirm rwindow 0 rmax 32768
debug: channel 0: rcvd adjust 16384
debug: callback start
debug: client_input_channel_req: rtype exit-status reply 0
debug: callback done
deb...
2001 Oct 10
7
OpenSSH solaris: bad return code after exec of remote command
...p/sbin/receiver
debug1: ssh-userauth2 successful: method publickey
debug1: fd 5 setting O_NONBLOCK
debug1: fd 7 setting O_NONBLOCK
debug1: fd 8 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 arg 0
debug1: channel request 0: shell
debug1: channel 0: open confirm rwindow 0 rmax 16384
debug1: channel 0: read<=0 rfd 5 len 0
debug1: channel 0: read failed
debug1: channel 0: input open -> drain
debug1: channel 0: close_read
debug1: channel 0: input: no drain shortcut
debug1: chann...