Support of several SSH user accounts
Hello community,
Last week customer-newbie asked me one of the most popular question "Is it possible to create several ssh users?".
I answered "yes, you can use ssh-password and configure as much accounts as you want". Also I sent him command prompt output, captured 1 year ago on our lab node NN3820:
acmesystem# ssh-password
SSH Username [saved=acmeuser3]: dauren
Enter new password:
Password is strong.
Enter password again:
acmesystem#
acmesystem# ssh-password
SSH Username [saved=dauren]: miguel
Enter new password:
Password is strong.
Enter password again:
acmesystem#
acmesystem#
Below you can see login procedure for both configured accounts
[root@mnlin-maketa]:~#ssh dauren@192.168.4.104