Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'openssh'

2110009 - ssh-copy-id: ubuntu ssh openssh
  1. #!/bin/sh
  2.  
  3. # Shell script to install your public key on a remote machine
  4. # Takes the remote machine name as an argument.
  5. # Obviously, the remote machine must accept password authentication,
  6. # or one of the other keys in your ssh-agent, for this to work.
  7.  
  8. ID_FILE="${HOME}/.ssh/id_rsa.pub"
  9.  
2110008 - ssh-copy-id: ubuntu ssh openssh
  1. #!/bin/sh
  2.  
  3. # Shell script to install your public key on a remote machine
  4. # Takes the remote machine name as an argument.
  5. # Obviously, the remote machine must accept password authentication,
  6. # or one of the other keys in your ssh-agent, for this to work.
  7.  
  8. ID_FILE="${HOME}/.ssh/id_rsa.pub"
  9.  
2110006 - ssh-copy-id: ubuntu ssh openssh
  1. #!/bin/sh
  2.  
  3. # Shell script to install your public key on a remote machine
  4. # Takes the remote machine name as an argument.
  5. # Obviously, the remote machine must accept password authentication,
  6. # or one of the other keys in your ssh-agent, for this to work.
  7.  
  8. ID_FILE="${HOME}/.ssh/id_rsa.pub"
  9.  
worth-right
fantasy-obligation
fantasy-obligation