HiveMinds / SSL4Tor

Creates self-signed SLL/https certificates for your own tor website/onion domain.
GNU Affero General Public License v3.0
1 stars 1 forks source link

Disable passwordless ssh into server. #22

Open a-t-0 opened 1 year ago

a-t-0 commented 1 year ago

When re-running

./src/main.sh \
 --1-domain-1-service \
 --setup-ssh-client \
 --set-server-username <Ubuntu username of your server> \
 --set-server-ssh-onion <server ssh onion>.onion \
 --get-server-gif

The pre-requisites generate a new private-public key pair and add it to the server. To allow that, the server asks the client the server password. This may only be done once, and then the server should not allow password login anymore.