@cryptotaxi247 / infra-1 / commits / b62b3be2

Add more Macs

Eelco Dolstra committed Jan 4, 2016 at 13:10 UTC b62b3be2a43f81d9ae196753e3c35b8d6a1f1800
1 file changed +15
delft/lucifer.nix
+15
@@ -150,6 +150,21 @@ with lib;
150 Hostname 83.87.124.39
151 Port 15022
152 Compression yes
153 +
154 + Host mac2
155 + Hostname 83.87.147.147
156 + Port 6001
157 + Compression yes
158 +
159 + Host mac3
160 + Hostname 83.87.147.147
161 + Port 6002
162 + Compression yes
163 +
164 + Host mac4
165 + Hostname 83.87.147.147
166 + Port 6003
167 + Compression yes
168 '';
169
170 services.openssh.knownHosts = [ { hostNames = [ "83.87.124.39" ]; publicKey = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVTkY4tQ6V29XTW1aKtoFJoF4uyaEy0fms3HqmI56av8UCg3MN5G6CL6EDIvbe46mBsI3++V3uGiOr0pLPbM9fkWC92LYGk5f7fNvCoy9bvuZy5bHwFQ5b5S9IJ1o3yDlCToc9CppmPVbFMMMLgKF06pQiGBeMCUG/VoCfiUBq+UgEGhAifWcuWIOGmdua6clljH5Dcc+7S0HTLoVtrxmPPXBVZUvW+lgAJTM6FXYIZiIqMSC2uZHGVstY87nPcZFXIbzhlYQqxx5H0um2bL3mbS7vdKhSsIWWaUZeck9ghNyUV1fVRLUhuXkQHe/8Z58cAhTv5dDd42YLB0fgjETV"; } ];