Tôi đang cố gắng SFTP với Filezilla nhưng nó không thể kết nối với máy chủ và tôi nghĩ điều này là do quy tắc tường lửa của tôi?
Tôi có thể SSH hoàn toàn tốt. Cổng cho SSH là 6128. Có ai có thể cho tôi biết những thay đổi tôi sẽ phải thực hiện để cho phép kết nối FTP qua SSH khi SSH đã hoạt động không?
(Dưới đây là quy tắc IPtables của tôi)
Chain INPUT (policy ACCEPT)
target prot opt source destination
fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh
ACCEPT all -- anywhere anywhere
REJECT all -- anywhere loopback/8 reject-with icmp-port-unreachable
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT udp -- anywhere anywhere udp dpt:9987
ACCEPT tcp -- anywhere anywhere tcp dpt:10011
ACCEPT tcp -- anywhere anywhere tcp dpt:30033
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:6128
ACCEPT icmp -- anywhere anywhere icmp echo-request
LOG all -- anywhere anywhere limit: avg 5/min burst 5 LOG level debug prefix "iptables denied: "
DROP all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DROP all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain fail2ban-ssh (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
sftp
công cụ dòng lệnh trên máy chủ để kết nối, rất hữu ích trong việc xác minh mọi thứ trước khi đưa Filezilla vào hỗn hợp. digitalocean.com/community/tutorials/ trên .