Looks like it is still trying to prompt you for a password. Make sure you have
ALL=NOPASSWD set for your account, as per the FAQ.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
ALL=NOPASSWD set for your account, as per the FAQ.
sudoers folder because I didn't want all users to have requiretty off:
Defaults requiretty
Defaults:aleksaldo !requiretty
Defaults!/usr/libexec/openssh/sftp-server !requiretty
sudo: sorry, you must have a tty to run sudo
sudo: no tty present and no askpass program specified
requiretty off for the user?
requiretty. It said that it was disabled by default but I guess not.
sudo: sorry, you must have a tty to run sudo
sudo nano /file_path/file_name
sudo touch /file_path/file_name
su to root for this second connection.
NOPASSWD to sudo. So I saw on this page I could type sudo before the SFTP server in the SFTP tab. I did like this sudo /usr/libexec/openssh/sftp-server but it won't connect. It will connect with /usr/libexec/openssh/sftp-server. Why won't it do it with sudo like that post said?