Default access SSH is locked on group Root, if you wish to use other account, you must authorize user group
- Open an SSH session using the root account
- Create a new user with its group using this command
groupadd seven7
useradd -s /bin/bash -g seven7 seven7
- Create a password for the new user
passwd seven7
- On the Artica console, go to
Your System > OpenSSH server
- On the Allow Only specified Groups, add your user's group with the Root group.