Hi,
I need install a sftp server. My sshd_config file has
# override default of no subsystems
Subsystem sftp /usr/lib/ssh/sftp-server
Sshd daemon is running:
aa:/ # ps -ef |grep sshd
bb 5800 1 0 10:03 ? 00:00:00 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid
So I have create a user ftp_user and I do:
aa:/ # sftp ftp_user@localhost
Connecting to localhost...
Password:
sftp>
This way is correct for configure sftp server?
Now, if I need connect on this server from a remote server, how I configure client ftp of remote server?
Sorry for these questions, but I am new on this.
Thanks.
I need install a sftp server. My sshd_config file has
# override default of no subsystems
Subsystem sftp /usr/lib/ssh/sftp-server
Sshd daemon is running:
aa:/ # ps -ef |grep sshd
bb 5800 1 0 10:03 ? 00:00:00 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid
So I have create a user ftp_user and I do:
aa:/ # sftp ftp_user@localhost
Connecting to localhost...
Password:
sftp>
This way is correct for configure sftp server?
Now, if I need connect on this server from a remote server, how I configure client ftp of remote server?
Sorry for these questions, but I am new on this.
Thanks.