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.

ADD: ssh config

+13
+13
ssh/extra
··· 50 50 IdentityFile ~/.ssh/id_ed25519 51 51 ForwardAgent yes 52 52 53 + Host accelerator 54 + HostName 192.168.1.7 55 + User noah 56 + IdentityFile ~/.ssh/id_ed25519 57 + ForwardAgent yes 58 + 59 + Host shizuri 60 + HostName 192.168.1.15 61 + User noah 62 + IdentityFile ~/.ssh/id_ed25519 63 + ForwardAgent yes 64 + ForwardX11 yes 65 + 53 66 Host sdf 54 67 HostName tty.sdf.org 55 68 User ngp