Re: ssh on vmguest

2011-03-15 Thread Tyler Hardesty
Andy thanks, that was exactly right, I had some typos in my hosts file... but now I am encountering some different warnings that are preventing the image from being captured: |16014|14:14|image| WARNING |16014|14:14|image| 2011-03-15

Re: ssh on vmguest

2011-03-10 Thread Andy Kurth
Hello, The code first attempts to run nmap to check if the SSH ports are even open. Based on your log output, this is where it is failing: vm2 is NOT responding to SSH, ports 22 or 24 are both closed Try running this command: /usr/bin/nmap vm2 -P0 -p 22 -T Aggressive If you get a Failed to

Re: ssh on vmguest

2011-03-09 Thread Jay Diener-Brazelle
I was still stuck at that point. But unfortunately my management has pulled the plug on the VCL project at my university. On 3/8/2011 4:58 PM, Tyler Hardesty wrote: Hey thanks! adding those lines helped solve my permission denied problem but unfortunately I still can't create the base

Re: ssh on vmguest

2011-03-09 Thread Tyler Hardesty
If this can't get figured out... Is there another way I can create an image to use with Apache VCL... what does Apache VCL look for, just a .img?? On Wed, Mar 9, 2011 at 6:20 AM, Jay Diener-Brazelle jabraze...@vcu.eduwrote: I was still stuck at that point. But unfortunately my management has

Re: ssh on vmguest

2011-03-08 Thread Tyler Hardesty
This is what I get when I do ssh -vvv it says connection established towards the beginning but I can't make heads or tails of the rest of it... P.S. I started over with cygwin on the vm (deleted and reinstalled) but still get the same warning message that vm2 isn't responding to ssh when I do

Re: ssh on vmguest

2011-03-08 Thread James O'Dell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've gone through and compared your ssh debug info with mine. It looks like your '/etc/ssh/ssh_config' is different than mine. I added the following to the end of the file when I built vcl: IdentityFile /opt/vcl/etc/vcl/vcl.key

Re: ssh on vmguest

2011-03-08 Thread Tyler Hardesty
Hey thanks! adding those lines helped solve my permission denied problem but unfortunately I still can't create the base image... It keeps telling me that it is not responding to ssh (It also looks like Jay Diener-Brazelle had this problem that he posted at the end of Feb 2011 but I don't see a

Re: ssh on vmguest

2011-03-07 Thread Tyler Hardesty
Sorry, additional info--- when I do: [root@vcl ~]# ssh -o CheckHostIP=no -o StrictHostKeyChecking=no -o BatchMode=no -i /etc/vcl/vcl.key xxx.xx.xxx.xxx It ssh's into the machine just fine. On Mon, Mar 7, 2011 at 5:41 PM, Tyler Hardesty tharde...@gmail.com wrote: I've been trying to search

Re: ssh on vmguest

2011-03-07 Thread James O'Dell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It really looks like your keys are incorrect. try ssh -vvv XXX.XXX.XXX.XXX, ssh will output debugging messages, and you should be able to see why you're getting permission denied __Jim On 3/7/2011 4:48 PM, Tyler Hardesty wrote: Sorry, additional