|
Re: How to install sftp server in Fedora 17
It may already be running. You can check by running sftp 127.0.0.1 and see if it connects. If it isn't then just enable the sshd service then start it
Code:
systemctl enable sshd.service
systemctl start sshd.service
__________________
Running Mageia 3 (KDE 4.10) on an ASUS K55V (Core i5, 16GB RAM, 750GB HDD, Nvidia 610M)
|