Skip to content

majidhosseini/unusualCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

unusualCommand

Add SSH $ ssh-keygen -t rsa -b 4096 -C "[email protected]"

Adding your SSH key to the ssh-agent $ eval "$(ssh-agent -s)" $ ssh-add ~/.ssh/id_rsa copy in clipboard $ xclip -sel clip < ~/.ssh/id_rsa.pub Test yours

ssh -T [EMAIL]

sudo visudo [user] ALL=(ALL) NOPASSWD: /usr/bin/openconnect

multiuser of github, gitlab, and local git add file ~/.ssh/config

and add this parts

Host gitlab.com HostName gitlab.com User [email protected] IdentityFile ~/.ssh/me_id_rsa Host git.pinsvc.net HostName git.pinsvc.net User [email protected] IdentityFile ~/.ssh/id_rsa Host github.com HostName github.com User [email protected] IdentityFile ~/.ssh/me_id_rsa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published