Skip to main content

All Questions

Tagged with
0 votes
1 answer
980 views

scp with system user?

I have a user that was created this way: sudo adduser --system --home=/opt/someone --group someone This user does not have login, but when I login to server with my own user, I can change to that ...
Andrius's user avatar
  • 607
0 votes
2 answers
18k views

Login to server through PuTTY and then switch user

I am using the following batch file to log in to my server as root: start C:\Putty_all\PUTTY.exe -v -ssh [email protected] -pw password When I have logged in, I want to change user to oracle. How ...
Amit's user avatar
  • 1