OpenWrtへサーバ証明書をscpで転送しようとしたところ以下のようなエラーがでた。
ash: /usr/libexec/sftp-server: not found
回避方法は、-O オプションをつけて、
scp -O privkey.pem openwrt:/etc/uhttpd.key
scp -O fullchain.pem openwrt:/etc/uhttpd.crt
とすればよい。
OpenWrtOpenWrtへサーバ証明書をscpで転送しようとしたところ以下のようなエラーがでた。
ash: /usr/libexec/sftp-server: not found
回避方法は、-O オプションをつけて、
scp -O privkey.pem openwrt:/etc/uhttpd.key
scp -O fullchain.pem openwrt:/etc/uhttpd.crt
とすればよい。
コメント