Re: Linux base image creation

2010-05-20 Thread Kiran N
Thanks Andy! The changes you suggested actually worked for Ubuntu images. I could configure the two ssh deamons to running state. On Mon, May 17, 2010 at 2:09 PM, Andy Kurth wrote: > Hello, > I realize I worded the last message poorly. I meant to run ps to list the > sshd processes so you cou

Re: Linux base image creation

2010-05-17 Thread Andy Kurth
Hello, I realize I worded the last message poorly. I meant to run ps to list the sshd processes so you could see the command that was used to start them. This would tell you whether or not the -f options was being used when ext_ssh was started. The problems you are seeing are mainly with the

Re: Linux base image creation

2010-05-14 Thread Kiran N
Thanks Andy for the response! After stopping all the SSH services, I restarted the external ssh by the command /etc/init.d/ext_ssh start and as you said, ext_ssh is listening on the private IP address. I am attaching the ssh, ext_ssh and external_ssh_config files. Also the output for command used

Re: Linux base image creation

2010-05-14 Thread Andy Kurth
Assuming you have a way to access the console without SSH, try stopping all sshd processes and then start ext_sshd. Check which address it's listening on: netstat -l -n | grep ':22' You should see something like: tcp 0 0 :22 0.0.0.0:* LISTEN If it's listening on the private address,