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
1
home/.ssh/authorized_keys
Normal file
1
home/.ssh/authorized_keys
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDPIoTVXJ2gljf+Tpk7GdwAihhAlnyoblOWYiwFenKeomcYizLt8arEXNT+1Hr+jit7+Fg2Izv31ovo9M1ePyhzuO1jcuCOZkIPvcaN0c6XIH83ZiA04Ysd/HIGv1r7tDTxNnXeKfl55tWpd+F2A0BF3D3dIDBqDfX2Z2odXIjKXHoFBgETATl45bm0txpjTjbpjIiPbaRHg6+lcSnWm3f5p8lCzXs5MIGCdXcBxMhVVxszAI3CD/cEBmnweCam1Ji3J1qYna4BOrIyW5Z3HzS6vAkajxZd2wPU47gpoc3/2sXBwJeE/iOACECC+34rYqadZThprihpYc7D8gIDr7IDN16rvFfEcxE8SFvsPmM1Qbo7uH/F2TFF6mb0FzGQuTcdR4bqcms5jMsgqPGfEs6Rd1pkOXTcxwKOtbH27VYhSs/ow5TEbVHrbLwTU35ohIfZRqlKbrMv3CGgTNzj9MlN339x6G3//lnKR36i/W+Z4FPjT/KayhwbsNR1B5Mfdlr7tbmvFcI2KxvyD7Rr5XuouVTx98s3nlc2MJpII/Q/oX2tWPnYAK/myJC7ucY7G4Y/3uoCv2GYTi2flpEFJITSDPqzwrX19yYK2ooYyvg40Cd2mt4xu9sj4SyEMUu98CIfECT7dsaKVPfcjQqaRZb2Spr4tPfMrcUZYiZgJBPxWQ== cardno:000610127408
|
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