1

I'm using winSCP to access Unix computers.

How can I change user after I have logged into a Unix server using winSCP?

E.g. I have personal account in unix computer A. I can log into this comp using Putty and then change user to root user $sudo /usr/bin/su - rootuser.

How can I do the same thing using winSCP? I don't know the password for rootuser

DJo
  • 2,133
  • 4
  • 30
  • 46

2 Answers2

0

That is not possible. You can only login with a username/password credintials or a ssh key.

rekire
  • 47,260
  • 30
  • 167
  • 264
0

The best solution for me is to connect twice (or more) at the same time. For each user in separate tab. (You have to check "Session Tabs" in Options).

Then you can easy switch between users (tabs).

Hailstone
  • 11
  • 1