
Hi list and Gurus! I use SuSE Linux 8.1 (Computer 1), Windows XP Pro (Computer 2) and network gateway to internet ISP. I want to run telnet or ssh from Computer 2 to Computer 1. Do anyone now how-to configure this? I need your advise. Hälsningar/Regards - Tommy Rönnholm ======================================= Tel/phone: 070-6400232 Int: +46(70)6400232 Fax: 070-3889387 Int: +46(70)3889387 tommy.ronnholm@elcaro.se http://www.elcaro.se

On Aug 16, Tommy Rönnholm <tommy.ronnholm@elcaro.se> wrote:
I use SuSE Linux 8.1 (Computer 1), Windows XP Pro (Computer 2) and network gateway to internet ISP. I want to run telnet or ssh from Computer 2 to Computer 1. Do anyone now how-to configure this? This should work out-of-the box for ssh, if you have not set up a firewall (SuSEfirewall). Please don't use telnet. A good ssh client for windows is PuTTY, if you don't have one already.
Markus PS: Keep your system up-to-date using YOU or fou4s (fou4s.gaugusch.at)! A system without updates can easily be hacked! -- __________________ /"\ Markus Gaugusch \ / ASCII Ribbon Campaign markus@gaugusch.at X Against HTML Mail / \

Thanks all for the help! I now use the Putty with SSL, it's okey but does anyone now a free good xterm program for Windows XP with SSL support? Hälsningar/Regards - Tommy Rönnholm ======================================= Tel/phone: 070-6400232 Int: +46(70)6400232 Fax: 070-3889387 Int: +46(70)3889387 tommy.ronnholm@elcaro.se http://www.elcaro.se
-----Original Message----- From: Markus Gaugusch [mailto:markus@gaugusch.at] Sent: Saturday, August 16, 2003 12:34 PM To: SuSE-Security Subject: Re: [suse-security] How-to configure telnet?
On Aug 16, Tommy Rönnholm <tommy.ronnholm@elcaro.se> wrote:
I use SuSE Linux 8.1 (Computer 1), Windows XP Pro (Computer 2) and network gateway to internet ISP. I want to run telnet or ssh from Computer 2 to Computer 1. Do anyone now how-to configure this? This should work out-of-the box for ssh, if you have not set up a firewall (SuSEfirewall). Please don't use telnet. A good ssh client for windows is PuTTY, if you don't have one already.
Markus PS: Keep your system up-to-date using YOU or fou4s (fou4s.gaugusch.at)! A system without updates can easily be hacked!
-- __________________ /"\ Markus Gaugusch \ / ASCII Ribbon Campaign markus@gaugusch.at X Against HTML Mail / \
-- Check the headers for your unsubscription address For additional commands, e-mail: suse-security-help@suse.com Security-related bug reports go to security@suse.de, not here

On Sat, Aug 16, 2003 at 10:30:21PM +0200, Tommy Rönnholm wrote:
Thanks all for the help!
I now use the Putty with SSL, it's okey but does anyone now a free good xterm program for Windows XP with SSL support?
SSL? SSH? whatever. what do you want to do? does http://www.cygwin.com help? you can tunnel the X session with either putty, or cygwin openssh. there are a few free and some commercial X servers. I have seen people running a full blown X window manager session with cygwin. btw, is this security related? Lars Ellenberg

Tommy Rönnholm wrote:
I use SuSE Linux 8.1 (Computer 1), Windows XP Pro (Computer 2) and network gateway to internet ISP.
I want to run telnet or ssh from Computer 2 to Computer 1.
You want to run ssh ;-)
Do anyone now how-to configure this?
In Suse 8.2 sshd is already running. CHeck this for your 8.1 with: # rcsshd status If not, check if it is installed: # rpm -q openssh If not, install it, maybe with yast. To start it: # rcsshd start # insserv sshd For the Windows-Side, search for "putty" it is a very good ssh-client. Install it, and connect to your linux-box. -- Andreas
participants (4)
-
Andreas Winkelmann
-
Lars Ellenberg
-
Markus Gaugusch
-
Tommy Rönnholm