Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b1335a3628
199 changed files with 36930 additions and 0 deletions
41
home/.ssh/config
Normal file
41
home/.ssh/config
Normal file
|
@ -0,0 +1,41 @@
|
|||
host gitea
|
||||
HostName git.reekynet.com
|
||||
user gitea
|
||||
|
||||
host gitlab
|
||||
HostName gitlab.com
|
||||
User git
|
||||
|
||||
host github
|
||||
HostName github.com
|
||||
User git
|
||||
|
||||
Host aur
|
||||
HostName aur.archlinux.org
|
||||
User aur
|
||||
|
||||
host rivendell
|
||||
HostName reekynet.com
|
||||
port 22
|
||||
User gimli
|
||||
RemoteForward /run/user/1001/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
|
||||
ForwardAgent yes
|
||||
ExitOnForwardFailure yes
|
||||
|
||||
host mirkwood
|
||||
HostName reekynet.com
|
||||
port 8123
|
||||
User reekymarko
|
||||
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
|
||||
ForwardAgent yes
|
||||
ExitOnForwardFailure yes
|
||||
|
||||
host anitta
|
||||
HostName 10.200.200.4
|
||||
port 22
|
||||
user reekymarko
|
||||
|
||||
host takamaki
|
||||
HostName 10.200.200.5
|
||||
port 22
|
||||
user reekymarko
|
Loading…
Add table
Add a link
Reference in a new issue