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 andy_ku...@ncsu.edu wrote: Hello, I realize I worded the last message poorly. I meant to run ps to list the sshd

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

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 IP address:22 0.0.0.0:* LISTEN If it's listening on 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

Linux base image creation

2010-05-11 Thread Kiran N
Hello All, I am trying to create an Ubuntu base image. I have followed the instructions as given in https://cwiki.apache.org/VCL/create-a-linux-base-image.html I am able to ssh on the private network(eth1) from my management node but I am unable to ssh on the public network(eth0). I start my ssh