Help for this page

Select Code to Download


  1. or download this
      $ cd ~/.ssh
      $ ssh-keygen -t rsa
    
  2. or download this
      $ ssh-copy-id -i <thishost>on<targethost>.pub <targethost>
    
  3. or download this
     <targethost>$ cd ~/.ssh
     <targethost>$ ssh <thishost> cat ~/.ssh/<thishost>on<targethost>.pub 
    +>> authorized_keys
    
  4. or download this
      $ ssh -i ~/.ssh/<thishost>on<targethost> <targethost>
    
  5. or download this
      Host <targethost>
      Hostname <targethost>
      StrictHostKeyChecking no
      User <Your username>
      IdentityFile ~/.ssh/<thishost>on<targethost>