ssh host.ucr.edu
To execute a command:
ssh host.ucr.edu command
Where host is the name of the host you wish to access and command is the command you wish to execute.
scp file login@elsewhere:
To transfer a file from the home directory on elsewhere to the current
directory on localhost:
scp login@elsewhere:file .
ssh-keygen (
do not enter a password when it asks for one, simply hit enter, twice).
Place a copy of the content of the newly generated
~/.ssh/identity.pub in account1 into the file on
account2 ~/.ssh/authorized_keys .
You should now be able to ssh/scp from account1 to account2 without having to
enter your password each time.
Last Modified on 09 Apr 2001