Browse Source

use explicit ssh_config

main
Leonora Tindall 7 months ago
parent
commit
5734225106
  1. 7
      ops/home/push
  2. 8
      ops/home/ssh_config

7
ops/home/push

@ -1,12 +1,9 @@
#!/usr/bin/env nix-shell
#! nix-shell -p morph -i bash
#
set -e
pushd $(dirname ${BASH_SOURCE[0]}) > /dev/null
morph build --keep-result $@ ./network.nix
morph push $@ ./network.nix
morph deploy $@ ./network.nix switch
SSH_CONFIG_FILE=./ssh_config morph deploy $@ ./network.nix switch
popd > /dev/null

8
ops/home/ssh_config

@ -0,0 +1,8 @@
Host felonyspork
HostName home.nora.codes
Host crimespoon
HostName 192.168.88.168
Host semaphorebravo
HostName 10.0.0.2
Loading…
Cancel
Save