qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Kazu
Subject: Re: [Qemu-devel] ssh access from a Windows Host
Date: Fri, 26 Aug 2005 16:23:49 +0900


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:5555::22 ...
the sshd is started on the client, but
putty -ssh localhost 5555
does not work. Also using the own IP address instead of localhost does not help.
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:5555:10.0.2.16:22 ...

Regards,
Kazu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]