Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Use the following command to generate new RSA keys without prompt questions.
ssh-keygen -q -y -t rsa -N '' -f ~/.ssh/id_rsa
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Use the following command to generate new RSA keys without prompt questions.
ssh-keygen -q -y -t rsa -N '' -f ~/.ssh/id_rsa
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Name | Short Description | Scope | Permission | Protocol |
---|---|---|---|---|
GitHub SSH Key |
A SSH public key | All repos | Read and Write | SSH |
GitHub Deploy Key |
A SSH public key | Any repo configures the key … |
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Run Commands on Remote Machines
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
sudo
permission is required to run sshuttle.
It's valid to run sshuttle more than once simultaneously on a single client machine, connecting to a different server every time, so you can …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The pipeline command is run locally. If you want the pipeline command to run remotely, place the whole command to be run remotely in double/single …