enrique wrote:
I want to know, How I can to use the ROOT access, because i'm using my primary user and password, but I don't know how I can to use my admin/root acceses...
Thanks :roll:
seems like you are trying to get into your box thru ssh, normally you would enter as a regular users and the 'su' to root... but with winscp you can't just 'su' so you need to open up root ssh access on your box.
this is most likely in /etc/ssh/sshd_config.conf or something... there is an option that you need to enable "AllowRootAccess yes" which is no by default.
then restart your sshd (reboot your box or do it from console)
Hope this solves your problem