Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

set up ssh for github

ssh-keygen -b 2048 -t rsa       // generate the keys 

ssh-agent -s                  // start the aggent 

ssh-add ~/.ssh/id_rsa         // add private key to ssh
Comment

ssh for github

$ ssh-add ~/.ssh/id_ed25519
Comment

ssh for github

> Generating public/private ed25519 key pair.
Comment

PREVIOUS NEXT
Code Example
Shell :: create new ssh key for github 
Shell :: set github ssh key 
Shell :: create folder with shell/bash 
Shell :: check who is logged in to system linux 
Shell :: linux alias 
Shell :: how to enable gitlab runner to use local docker images 
Shell :: vscode Error: EACCES: permission denied 
Shell :: linux change file name 
Shell :: remove all files matching a pattern in subdirectories 
Shell :: tail journalctl last 100 lines 
Shell :: how to upgrade packages in ubuntu 20.04 
Shell :: how to install portainer on raspberry pi 
Shell :: fetch fork github 
Shell :: gimp apt 
Shell :: bash make multiple directories in current directory 
Shell :: apt-get ana-conda 
Shell :: install sketch for ubuntu 
Shell :: socket install 
Shell :: push docker image to docker hub 
Shell :: check pip library path ubuntu 
Shell :: git remove submodule keep files 
Shell :: helm add stable hub 
Shell :: github api search 
Shell :: brew check installed packages version 
Shell :: pushing existing project to github 
Shell :: django activate shell 
Shell :: heroku remove branch 
Shell :: linux install icloud 
Shell :: gunicorn port 8080 
Shell :: How to change default install location for pip 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =