NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
eton
Jan 28, 2013Luminary
FTPS access over WAN?
Setting up a FTP connection over WAN to a ReadyNAS device can be very tricky. After some time I found a solution and posted it here. But I have noticed that it's possible to login over FTPS locally, ...
eton
Jan 29, 2013Luminary
Thanks, yes explicit FTP over TLS is the way. Transmission FTP client calls it FTP with TLS/SSL, but it's about TLS for ReadyNAS. TLS at Wikipedia.
StephenB wrote: I am not sure what is wrong in your case, but I routinely access my Pro with ftps ("require explicit FTP over TLS" choice in FileZilla). Implicit FTP over TLS does not work.
In my hunt for certificates. I used this command to list all non binary files containing 'BEGIN RSA':
# find / \( -path /c -o -path /USB -o -path /home -o -path /proc -o -path /sys \) -prune -o -type f -exec grep -IiHn 'BEGIN RSA' {} \;
/etc/frontview/apache/apache.pem:1:-----BEGIN RSA PRIVATE KEY-----
/etc/ssh/ssh_host_rsa_key:1:-----BEGIN RSA PRIVATE KEY-----
/root/.ssh/id_rsa:1:-----BEGIN RSA PRIVATE KEY-----That command took some time to complete on my poor Sparc machine :) infact I canceled itThis file also looks interesting.
/etc/ssh ssh_host_rsa_key.pub
Another way:
# find / \( -path /c -o -path /USB -o -path /home -o -path /proc -o -path /sys \) -prune -o -type f | egrep -i '\.(pub|key|pem|dsa|rsal|ppk)$'
/etc/frontview/apache/apache.pem
/etc/ssh/ssh_host_rsa_key.pub
/root/.ssh/id_rsa.pub
/usr/share/doc/libnet-ssleay-perl/examples/server_key.pem
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!