DEV Community

Amit Dalal
Amit Dalal

Posted on

Auto SSH private keygen

ssh-key

You can create new ssh key for the user you run the below command.

curl -s https://raw.githubusercontent.com/amitsdalal/ssh-key/master/key.sh | bash

PS. You'll need to have ssh-keygen and curl command installed on the server.

Top comments (0)