X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/abc4878101c227a526ee0701b51e358e452ec7d9..62f723d271d39da9dd884026fdbd40b3b321c692:/ssh/config diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..d159ed2 --- /dev/null +++ b/ssh/config @@ -0,0 +1,51 @@ +Include private-config + +Host rmz.io +ForwardAgent yes + +Host deepthought +ForwardAgent yes + +Host uh-nuc01 +HostName localhost +Port 22222 +ForwardAgent yes +ProxyJump rmz.io + +Host tardis tardis.uni.cx tardis.rmz.io +HostName tardis.rmz.io +ForwardAgent yes +StreamLocalBindUnlink yes + +Host kelmis +HostName kelmis.uni.cx +Port 5555 +DynamicForward 1080 +IdentityFile ~/.ssh/old/id_rsa + +Host chronos +IdentityFile ~/.ssh/old/id_rsa + +Host buildserver +Port 5555 +HostName dezponia.se +# RemoteForward /home/ramsi/.config/gnupg/S.gpg-agent /home/ramsi/.config/gnupg/S.gpg-agent +# ExitOnForwardFailure yes + +Host bulbasaur bulbasaur.chakralinux.org +HostName bulbasaur.chakralinux.org + +Host rsync.chakralinux.org +HostName rsync.chakralinux.org +IdentityFile ~/.ssh/old/id_rsa + +Host chakra-sf +HostName frs.sourceforge.net +IdentityFile ~/.ssh/old/id_rsa_github + +Host * +ControlMaster auto +ControlPersist 1h +ServerAliveInterval 30 +ServerAliveCountMax 4 +AddKeysToAgent yes