This PR adds a simple command noma lnd backup that uses scp to send channel.backup via ssh to a host defined in config.py
Users will need to configure the location of a passphrase-less SSH private key in config.py and prepare the target host with pubkey & writable directory
This PR adds a simple command
noma lnd backup
that uses scp to sendchannel.backup
via ssh to a host defined inconfig.py
Users will need to configure the location of a passphrase-less SSH private key in
config.py
and prepare the target host with pubkey & writable directory