establishes systemd service for emacs daemon
This commit is contained in:
parent
21388d0416
commit
b008def7df
3 changed files with 15 additions and 1 deletions
24
config/.ssh/config
Normal file
24
config/.ssh/config
Normal file
|
@ -0,0 +1,24 @@
|
|||
Host pete
|
||||
HostName peterhoward.ignorelist.com
|
||||
User stev
|
||||
IdentityFile ~/.ssh/pete_rsa
|
||||
Host ymca
|
||||
HostName corryymca.ignorelist.com
|
||||
User stev
|
||||
IdentityFile ~/.ssh/ymca_rsa
|
||||
Host bitbucket.org
|
||||
Hostname bitbucket.org
|
||||
User git
|
||||
IdentityFile ~/.ssh/bitbucket_rsa
|
||||
Host flfire
|
||||
HostName flfire.ignorelist.com
|
||||
User stev
|
||||
IdentityFile ~/.ssh/flfire_rsa
|
||||
Host stev
|
||||
Hostname steveokard.ignorelist.com
|
||||
User stev
|
||||
IdentityFile ~/.ssh/stevserver_rsa
|
||||
Host github.com
|
||||
Hostname github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github_rsa
|
Loading…
Add table
Add a link
Reference in a new issue