Code: Select all
/user add name=USERNAME group=read password=PASSWORD
/user ssh-keys import public-key-file=pubkey.pub user=USERNAME
- Can I create a user without password login (only public key auth)?
- On the first login I have to change the password, is that avoidable on user creation?