mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
Include ~/.ssh/rossum_hosts
|
|
|
|
host *
|
|
IdentitiesOnly yes
|
|
IdentityFile ~/.ssh/id_ed25519_yubikey.pub
|
|
ControlMaster auto
|
|
ControlPersist 10m
|
|
ControlPath ~/.ssh/%r@%h:%p.socket
|
|
|
|
host moria
|
|
HostName korhonen.cc
|
|
port 221
|
|
User balrog
|
|
# Forward GPG agent
|
|
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
|
|
# Forward SSH agent
|
|
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh
|
|
|
|
host gitea
|
|
HostName korhonen.cc
|
|
user git
|
|
|
|
host gitlab
|
|
HostName gitlab.com
|
|
User git
|
|
|
|
host github
|
|
HostName github.com
|
|
User git
|
|
|
|
host bitbucket
|
|
HostName bitbucket.org
|
|
User git
|
|
|
|
Host aur
|
|
HostName aur.archlinux.org
|
|
User aur
|
|
|
|
host moria-unlock
|
|
HostName korhonen.cc
|
|
port 221
|
|
User root
|
|
|
|
host gondor
|
|
hostname tolkku.net
|
|
port 22
|
|
User reekymarko
|
|
StreamLocalBindUnlink yes
|
|
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
|
|
|
|
host anitta
|
|
HostName 10.200.200.4
|
|
port 22
|
|
user reekymarko
|
|
|
|
host takamaki
|
|
HostName 10.200.200.5
|
|
port 22
|
|
user reekymarko
|
|
|
|
host viirujateippi
|
|
HostName viirujateippi.fi
|
|
port 22
|
|
user functionalhacker
|