Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Godaddy cloud server

That's not a question on WinSCP in the first place. Ask Godaddy support.
Hiral

Godaddy cloud server

Hi,

I have setup cloud server, and I need to know that how to login in ftp with root, when I login with user+pass of created server, it gives me error permission denied.

Please help me.
nik

Godaddy Cloud sudo su -

Using Godaddy Cloud
Can access Root only by login as Cloud user + pass
then typing "sudo su -"

Need to access "Root: from winscp


Add a line to your sudoers file:
Cloud user ALL=NOPASSWD: /usr/libexec/openssh/sftp-server

Then in the SFTP setup section of WinSCP edit the session SFTP server:
sudo su -c /usr/libexec/openssh/sftp-server

However when I start winscp /w Cloud user + pass
I just loops and close

Am I missing something?