From 36d6bbc47bfceeb501629dfa69e3c847d11f8f31 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Mon, 12 Aug 2019 23:42:25 +0200 Subject: [PATCH] minor clarifications about IP --- SSH.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SSH.md b/SSH.md index 864d43f..19642b3 100644 --- a/SSH.md +++ b/SSH.md @@ -1,12 +1,12 @@ -# Connecting through FTP - without password +# Connecting through SFTP - 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. +You can connect to device when it is online (in your home WiFi network) with SFTP 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): +After that setup any standard FTP client to connect using the device's specific IP address (this is shown when starting the SSH server and also available under network info), 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)