Re: [Qemu-devel] ssh access from a Windows Host

2005-08-26 Thread [EMAIL PROTECTED]
> > Any hints what I am doing wrong ? > > > > What is your guestOS's IP address? If it is 10.0.2.16, options should be > > qemu.exe -user-net -redir tcp::10.0.2.16:22 ... > Thanks a lot - that did the trick :-) Regards Helmut ___ Qemu-devel mai

Re: [Qemu-devel] ssh access from a Windows Host

2005-08-26 Thread Kazu
Friday, August 26, 2005 3:39 AM Helmut Auer wrote: Hi List, I tried to access the linux 2.6 client from the windows host via ssh using putty. therfore I started: qemu -user-net -redir tcp:::22 ... the sshd is started on the client, but putty -ssh localhost does not work. Also using

[Qemu-devel] ssh access from a Windows Host

2005-08-25 Thread Helmut Auer
Hi List, I tried to access the linux 2.6 client from the windows host via ssh using putty. therfore I started: qemu -user-net -redir tcp:::22 ... the sshd is started on the client, but putty -ssh localhost does not work. Also using the own IP address instead of localhost does not help