Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mac use multiple ssh keys for gihub

# ~/.ssh/config
#activehacker account
Host github.com-activehacker
	HostName github.com
	User git
	IdentityFile ~/.ssh/id_rsa_activehacker

#jexchan account
Host github.com-jexchan
	HostName github.com
	User git
	IdentityFile ~/.ssh/id_rsa_jexchan
Comment

PREVIOUS NEXT
Code Example
Shell :: running simple project with "Fresh" framwork 
Shell :: ex: push a new local repository to github 
Shell :: linux show external drives 
Shell :: install extensions devcontainer.json for codespaces 
Shell :: gnome tool for open pdf file from terminal 
Shell :: conda install arrow 
Shell :: Create Git respository 
Shell :: getcap 
Shell :: curl change source ip 
Shell :: linux pdf page thumbnail 
Shell :: chmod by group user others 
Shell :: How to show diffs for gpg-encrypted files? 
Shell :: Recipe to merge git 
Shell :: ubuntu error dpkg: error processing archive libc6_2.27-3ubuntu1_amd64.deb (--install): new libc6:amd64 package pre-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 
Shell :: curl download with rate limit 
Shell :: /bin/bash^m: bad interpreter: text file busy 
Shell :: docker Redirecting Both stdout and stderr file 
Shell :: powershell join-object 
Shell :: git init bare initialize empty git repository 
Shell :: npm ldapjs 
Shell :: install ubuntu along windows not showing up , even with unallocated space 
Shell :: windows powershell the operation requires elevation 
Shell :: rust cargo build on change 
Shell :: Initialize Git repository with different name 
Shell :: how to install and use aws cli and setup the user from the .csv file 
Shell :: copy one file to several directories 
Shell :: Check the Principal from the keytab file 
Shell :: Select drive and auto change assigned letter 
Shell :: linux check speed of file growth 
Shell :: You should recreate configure.ac:7: aclocal.m4 with aclocal and run automake again. 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =