wheres SSH?

  • Thread starter Thread starter ChrisR
  • Start date Start date
C

ChrisR

Someone told me to use a tool called Secure Shell (ssh) to manage a SuSe
Linux 9.0 box from my Win2K Pro box. However I cant figure out what/ where
it is or how to install it? All ideas are appreciated.
 
Basically what you are doing with SSH is created a remote command line connection to the Linux box.

SSH FAQ: http://www.employees.org/~satch/ssh/faq/ssh-faq.html

A couple of Windows SSH clients,
Putty: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Cygwin: http://www.cygwin.com/

If you do a lot of file transfers from Windows to Linux, Winscp: http://winscp.sourceforge.net/eng/download.php

Quick guide to the BASH command line syntax: http://www.ss64.com/bash/

--

Bill James
Microsoft MVP - Shell/User

Windows VBScript Utilities » www.billsway.com/vbspage/
Windows Tweaks & Tips » www.billsway.com/notes_public/
 
Basically what you are doing with SSH is created a remote command line connection to the Linux box.

SSH FAQ: http://www.employees.org/~satch/ssh/faq/ssh-faq.html

A couple of Windows SSH clients,
Putty: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Cygwin: http://www.cygwin.com/

If you do a lot of file transfers from Windows to Linux, Winscp: http://winscp.sourceforge.net/eng/download.php

Quick guide to the BASH command line syntax: http://www.ss64.com/bash/
Um Cygwin is a lot more than a SSH client. I know, because I had buy a
bigger disk, when I had a need to install Cygwin. I use putty these
days. It's a good little product.

Cheers,

Cliff
 
Depends on how much of cygwin you decide to install. It's possible to just do the basics and get ssh, but it is still more 'geeky' to install and Putty is easier for the typical Windows user to manage, for sure. Add WinSCP for drag and drop file transfers (and minor configuration edits) and a Windows user should be able to do most things required for managing a Linux box.

--

Bill James
Microsoft MVP - Shell/User

Windows VBScript Utilities » www.billsway.com/vbspage/
Windows Tweaks & Tips » www.billsway.com/notes_public/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top