Tags:
create new tag
view all tags

SSH Configuration

SSH is a secure way to log onto TWiki servers without your password appearing unencrypted on the network - strongly recommended in place of Telnet, especially for Internet web servers.

Client setup

To log on using SSH from a client (e.g PC or Mac) to a web host using SSH (e.g. Dreamhost), you typically have to do ssh -l username host - otherwise it takes your username from current host you are using, which is often wrong.

You can set up the default user name in your SSH config, e.g. I use a ~/.ssh/config under CygWin that contains:

Host *
User rdonkin
Protocol 2,1
Cipher blowfish

If you're on Windows, PUTTY is a good client with decent terminal emulation and character set support, though Cygwin SSH is convenient for file copying etc.

-- RichardDonkin - 27 Mar 2005

Topic revision: r1 - 2005-03-27 - RichardDonkin
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.