pseudo-tty option available in WinSCP?
Hello.
Unix
Can this be done with WinSCP too?
Background:
We use a CentOS 6 and have blocked root login with SSH
I try to setup the login with WinSCP with a unprivileged user and the doing
Problem now is that WinSCP cannot establish a connection because
As I really do not want to expose any passwords I'd like to keep the
Unix
ssh
client has a option to create a pseudo-tty when establishing a new connection (ssh -t
).
Can this be done with WinSCP too?
Background:
We use a CentOS 6 and have blocked root login with SSH
I try to setup the login with WinSCP with a unprivileged user and the doing
sudo
like described here: How do I change user after login (e.g. su root)?
Problem now is that WinSCP cannot establish a connection because
sudo
is only allowed if a proper shell is created. Sudo configuration explains:
# # Disable "ssh hostname sudo <cmd>", because it will show the password in clear. # You have to run "ssh -t hostname sudo <cmd>". # Defaults requiretty
sudo
config this way.