linux - create password for user with only ssh key -


i have user on linux machine. user logs in using ssh key. user not have password. want create password user, password required access application (r-studio server) trying run.

to create password user, can use: sudo passwd youruser


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -