From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E8YyK-0005rB-5T for qemu-devel@nongnu.org; Fri, 26 Aug 2005 03:49:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E8YyF-0005q0-E2 for qemu-devel@nongnu.org; Fri, 26 Aug 2005 03:49:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8Ypy-0004if-Fy for qemu-devel@nongnu.org; Fri, 26 Aug 2005 03:41:18 -0400 Received: from [211.5.2.81] (helo=nm01omta01d.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.34) id 1E8YaV-00039y-Ej for qemu-devel@nongnu.org; Fri, 26 Aug 2005 03:25:19 -0400 Message-ID: <004401c5aa0f$1acef7d0$0464a8c0@athlon> From: "Kazu" References: <430E107E.6020009@helmutauer.de> Subject: Re: [Qemu-devel] ssh access from a Windows Host Date: Fri, 26 Aug 2005 16:23:49 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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