X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-setup;h=bce6a4ad98668a88fa4909cdabd4502695470e32;hb=a69dd442e7381deaec866989a4944efa4f73a8c3;hp=01c270515ab868c416fd4647e0a6e6c157ed15f0;hpb=9fefba0a7ad0f7d9cac32b81f960ae8828de2a66;p=automated-distro-installer diff --git a/wrt-setup b/wrt-setup index 01c2705..bce6a4a 100755 --- a/wrt-setup +++ b/wrt-setup @@ -69,15 +69,15 @@ if [[ ! $h ]]; then fi echo "$0: h=$h" - -cat ~/.ssh/home.pub | ssh $h dd of=/etc/dropbear/authorized_keys 2>/dev/null +# todo: ecdsa key not working with dropbear +cat ~/.ssh/{h,hrsa,home}.pub | ssh $h dd of=/etc/dropbear/authorized_keys scp /a/work/libremanage/libremanage /a/bin/fai/wrt-init /a/bin/fai/wrt-setup-local /a/bin/cedit/cedit $h:/usr/bin # relay is built for openwrt 18.06.2, r7676-cddd7b4c77 #/a/opt/openwrt/source/bin/packages/mips_24kc/mypackages/relay_1.0-1_mips_24kc.ipk \ scp /q/root/shadow/router /p/c/machine_specific/wrt/etc/dropbear/dropbear_rsa_host_key \ - /p/router-secrets /p/c/machine_specific/wrt/etc/wg.{key,psk} $h: + /p/router-secrets /p/c/machine_specific/wrt/etc/wg.{key,psk} /p/c/ptr-data /p/c/{dnsmasq,cmc-firewall}-data /b/bash-bear-trap/bash-bear $h: scp ../openwrtkeyring/usign/* $h:/etc/opkg/keys ssh $h wrt-init ${HOME_DOMAIN:-b8.nz} "$@"