Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fine, don't forward my agent to every host I ssh into

+19 -15
+19 -15
ssh/extra
··· 1 1 AddKeysToAgent yes 2 2 ServerAliveInterval 60 3 - ForwardAgent yes 3 + ForwardAgent no 4 4 ControlMaster auto 5 5 ControlPath ~/.ssh/master-%r@%h:%p 6 6 7 + Host 192.168.1.* 8 + ForwardAgent yes 9 + 7 10 Host home 8 11 Hostname packetlostandfound.us 9 12 User noah 10 13 IdentityFile ~/.ssh/id_ed25519 11 14 IdentitiesOnly yes 15 + ForwardAgent yes 12 16 13 17 Host git.sr.ht 14 18 HostName git.sr.ht ··· 36 40 HostName tty.sdf.org 37 41 User ngp 38 42 IdentityFile ~/.ssh/id_ed25519 43 + ForwardAgent yes 39 44 40 45 Host tildeclub 41 46 HostName tilde.club 42 47 User ngp 43 48 IdentityFile ~/.ssh/id_ed25519 49 + ForwardAgent yes 44 50 45 51 Host envs 46 52 HostName envs.net 47 53 User ngp 48 54 IdentityFile ~/.ssh/id_ed25519 55 + ForwardAgent yes 49 56 50 57 Host tildeteam 51 58 HostName tilde.team 52 59 User ngp 53 60 IdentityFile ~/.ssh/id_ed25519 61 + ForwardAgent yes 54 62 55 63 Host ctrl-c 56 64 HostName ctrl-c.club 57 65 User ngp 58 66 IdentityFile ~/.ssh/id_ed25519 67 + ForwardAgent yes 59 68 60 69 Host tildetown 61 70 HostName tilde.town 62 71 User ngp 63 72 IdentityFile ~/.ssh/id_ed25519 73 + ForwardAgent yes 64 74 65 75 Host yourtilde 66 76 HostName yourtilde.com 67 77 User ngp 68 78 IdentityFile ~/.ssh/id_ed25519 79 + ForwardAgent yes 69 80 70 81 Host hashbang 71 - HostName to1.hashbang.sh 72 - IdentitiesOnly yes 73 - User ngp 74 - IdentityFile ~/.ssh/id_ed25519 82 + HostName to1.hashbang.sh 83 + IdentitiesOnly yes 84 + User ngp 85 + IdentityFile ~/.ssh/id_ed25519 86 + ForwardAgent yes 75 87 76 88 Host tiny 77 89 HostName tiny.packetlost.dev 78 90 User noah 79 91 IdentityFile ~/.ssh/id_ed25519 80 - 81 - Host tinybsd 82 - HostName tinybsd.packetlost.dev 83 - User noah 84 - IdentityFile ~/.ssh/id_ed25519 92 + ForwardAgent yes 85 93 86 94 Host seedbox 87 95 HostName canopus.usbx.me 88 96 User ngp 89 97 IdentityFile ~/.ssh/id_ed25519 90 - 91 - Host saten 92 - HostName saten.packetlost.dev 93 - User noah 94 - IdentityFile ~/.ssh/id_ed25519 98 + ForwardAgent no 95 99 96 100 Host launchpad 97 101 HostName git.launchpad.net