Updated SSH (markdown)

master
Alan 5 years ago
parent b69682ca4d
commit 394561a546

@ -1,3 +1,16 @@
# Connecting through FTP - without password
You can connect to device when it is online (in your home WiFi network) with FTP if you setup your SSH to allow root logins without password.
First setup SSH to allow connecting without password in SSH menu (which is WiFi menu):
![](https://user-images.githubusercontent.com/202757/62869299-de1f4700-bd17-11e9-946c-1940853e1069.png)
After that setup any standard FTP client to connect using devices specific IP address (you need to know how to find your devices IP address), and using port 2222 (standard FTP port is 22). Like shown on image below (leave password field empty):
![](https://user-images.githubusercontent.com/202757/62867437-8a126380-bd13-11e9-8d08-4ebd5f25dcf8.png)
After that you can transfer your files to and from your device with FTP client.
# Troubleshooting

Loading…
Cancel
Save