Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github ssh key ubuntu

#first Run this Command. there should be same progress.
$ ssh-keygen -t ed25519 -C "your_email@example.com"
# then Copy the SSH Key. and paste in to the github ssh keybox. 
# to Copy the code. and Make sure you are Copying the .pub (public key)
cat ~/.ssh/ssh_key_name.pub

#start the SSH Agen in Background 
 eval "$(ssh-agent -s)"

#add your ssh key to ssh-agent. 
#and make sure your added the private key not .pub(public key) 
ssh-add ~/.ssh/ssh-keyname


Comment

git ssh key ubuntu

github@ubuntu:~/.ssh$ ssh-keygen -o -t rsa -C "email@example.com"
Comment

PREVIOUS NEXT
Code Example
Shell :: check kubectl version 
Shell :: turn off bluetooth by default ubuntu 20.04 
Shell :: gitignore for ue4 
Shell :: rename branch to main 
Shell :: raspberry config command line 
Shell :: fish disable welcome message 
Shell :: install ruby and rails on mac 
Shell :: clone repo with personal access token 
Shell :: how to install http-server globally 
Shell :: jupyter uninstall 
Shell :: tmux terminate session 
Shell :: how to move master branch to main branch 
Shell :: how to install angular cli in ubuntu 20.04 
Shell :: ubuntu cron job log 
Shell :: To install mailutils to send mail from linux centos terminal 
Shell :: unix:///tmp/supervisor.sock refused connection 
Shell :: node upgrade mac os x 
Shell :: install ip addr on ubuntu 
Shell :: cmake: not found 
Shell :: windows command turn off screen 
Shell :: elastic beanstalk installation command on cli 
Shell :: set zsh as default ubuntu 
Shell :: windows check sum 
Shell :: how to initialize a git repository command line 
Shell :: chmod 777 
Shell :: find current working directory bash 
Shell :: palindrome in shell script 
Shell :: see if urdf is valid 
Shell :: add sudo user ubuntu 
Shell :: install pg module 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =