[Resolved] Problem restarting SSHD in AIX when the server got rebooted.
Darren Tucker
dtucker at zip.com.au
Wed Jan 21 17:52:26 EST 2004
Vinjam, Kishore wrote:
[problem starting sshd on AIX via rc.tcpip and startsrc]
For the benefit of the list archives and/or Google: this was due to the
$3 variable being poluted elsewhere (not sure where) and still being set
when the "start sshd" line was reached ("start" is a shell function that
takes up to 3 arguments). It was resolved by changing the sshd line in
/etc/rc.tcpip from:
start /usr/local/sbin/sshd "$src_running"
to
start /usr/local/sbin/sshd "$src_running" ""
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list