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 :: cudnn version linux 
Shell :: installing docker on amazon linux 
Shell :: git clone the certificate chain was issued by an authority that is not trusted 
Shell :: ubuntu echo create file readme.md 
Shell :: install powershell using cmd windows 10 
Shell :: next js npm install 
Shell :: install tmux on fedora32 
Shell :: node install mint 
Shell :: git add -p 
Shell :: test redis connection 
Shell :: apt-key deprecated 
Shell :: git reset hard to remote 
Shell :: change password arch linux 
Shell :: Go install /linux 
Shell :: install virtualbox on ubuntu 
Shell :: find or locate pip (s) path 
Shell :: print scipy version 
Shell :: how to get the number of lines in a file 
Shell :: Delete all running and stopped containers 
Shell :: composer ins 
Shell :: bash split string into variables 
Shell :: sudo cd 
Shell :: how to check if in which folder are you present in linux 
Shell :: git clone to path 
Shell :: size of folder 
Shell :: bin/sh sam: not found 
Shell :: how to logout in linux kali 
Shell :: how to get last in array jq 
Shell :: remove git from angular oproject 
Shell :: uninstall photos app windows 10 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =