Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how add ssh

type: ssh-keygen -t ed25519 -C "gcanete@dnamicro.com"

output: 
Generating public/private ed25519 key pair.
Enter file in which to save the key (/home/user/.ssh/id_ed25519):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:

type cat ~/.ssh/id_ed25519.pub
copy all the text and paste on the GitLab key text

type ssh -T git@http://gitlab.dnamicro.net/

type git clone git@gitlab.dnamicro.net:gcanete/simpleandroidproject.git
Comment

PREVIOUS NEXT
Code Example
Shell :: linux command line 
Shell :: substring in string shell 
Shell :: bash search history 
Shell :: steps to assign mfa using aws cli 
Shell :: linux bash search history 
Shell :: bash compare two strings 
Shell :: github cli download 
Shell :: reset git from last commit 
Shell :: curl command parameters 
Shell :: terraform 
Shell :: curl x imap 
Shell :: sync just one file between branches 
Shell :: drop caches 
Shell :: temeprature ubuntu command line 
Shell :: how to get data from pc to cluster 
Shell :: codeception environnement variable not found 
Shell :: change or set password interactively in linux 
Shell :: bash find file 3 hour 
Shell :: compile protobufs to c code 
Shell :: how to install jupyter notebook in lenovo chromebook duet 
Shell :: surface area of a spherical shell 
Shell :: git find the commit that introduced a bug 
Shell :: how to send data to pushgateway from a shell script 
Shell :: create a tag locally 
Shell :: permission denied while doing set-executionpolicy 
Shell :: how to compare strings in zsh script 
Shell :: sed range of lines result 
Shell :: not found 91.189.88.142 ubuntu 
Shell :: mx linux how to see gpu 
Shell :: git bash authentication failed not asking for password 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =