Advertising
advertising
related pastes to tag 'openssh'
- 2110009 - ssh-copy-id: ubuntu ssh openssh
-
- #!/bin/sh
- # Shell script to install your public key on a remote machine
- # Takes the remote machine name as an argument.
- # Obviously, the remote machine must accept password authentication,
- # or one of the other keys in your ssh-agent, for this to work.
- ID_FILE="${HOME}/.ssh/id_rsa.pub"
- 2110008 - ssh-copy-id: ubuntu ssh openssh
-
- #!/bin/sh
- # Shell script to install your public key on a remote machine
- # Takes the remote machine name as an argument.
- # Obviously, the remote machine must accept password authentication,
- # or one of the other keys in your ssh-agent, for this to work.
- ID_FILE="${HOME}/.ssh/id_rsa.pub"
- 2110006 - ssh-copy-id: ubuntu ssh openssh
-
- #!/bin/sh
- # Shell script to install your public key on a remote machine
- # Takes the remote machine name as an argument.
- # Obviously, the remote machine must accept password authentication,
- # or one of the other keys in your ssh-agent, for this to work.
- ID_FILE="${HOME}/.ssh/id_rsa.pub"