There is no password query in the command line, and an ssh key pair is generated.
ssh-keygen -b 2048 -t rsa -f /tmp/id_rsa -q -N "" -C "comment"
ssh-keygen -b 2048 -t rsa -f /tmp/id_rsa -q -N "" -C "comment"
Sometimes we need to generate a random password, but do not know what to use? Here is a simple bash that allows us to easily generate a set of passwords on the terminal.
Not sure who will use it, but I encountered it myself, because my home is a floating IP. A software I installed cannot detect that the ppp0 network card is an external network, so changing the name can trick him into successfully installing it.
Introduce a bash I wrote to connect to colab vm through ssh. One line of instructions, get colab OpenSSH Server.
No Comment
Post your comment