ubuntu 20.04 add user to ssh code example
Example 1: add user ubuntu 20.04
sudo adduser username
Example 2: ubuntu 20.04 ssh keygen
ssh-keygen -t rsa -b 4096 -C "[email protected]"
sudo adduser username
ssh-keygen -t rsa -b 4096 -C "[email protected]"