Linux Sunucu Yönetimi

Linux SFTP Aktif Etme Ve SFTP İle Linux’a Nasıl Bağlanılır ?

OpenSSH ayarları

nano /etc/ssh/sshd_config
Port 22
PermitRootLogin Yes
Subsystem sftp internal-sftp
Match User root
X11Forwarding no
AllowTcpForwarding no
ForceCommand internal-sftp -d /mnt

NOT: -d /mnt ile login sonrası direk klasöre yönlendirme yapılabilir.

Uzaktan Bağlantı İzni

nano /etc/hosts.allow
sshd : ALL
ALL : ALL
systemctl restart sshd

Yazar Hakkında

Hız Hosting

Yorum Yap