Subject: Admin

Keywords: ::usage
          ::ssh

Title: SSH basics

--------------------------------------------------

SSH is very common tool in the Unix world. There is plenty of good
documentation available on the web. 

Linux and Mac:
Ssh will be installed by default. If you have used ssh previously,
then you'll have ~/.ssh directory. If you've not used ssh then you need to
use ssh-keygen to generate key pair. id_rsa.pub is public key needed
on server to allow ssh access (see ssh). 

Windows 
You'll need to download putty and puttygen. See www.chiark.greenend.org.uk
for download and install instructions. You would use puttygen to generate
key pair.
You would use putty to connect to nuprl servers (see ssh).

--------------------------------------------------

Authors: 

Contributors: NUPRL:t



Home