Windows 10 localhost/127.0.0.1 web certificate

Not a problem. I use Syncthing daily on Windows & Linux. I studied, tried, and failed for many hours before I got SSH and SFTP down pat. Now, it’s second nature. I also spent several hours trying to install certificates on windows and Linux. It wasn’t worth the pain and suffering.

If you own your home router and it has port forwarding support you can set up an external port that forwards packets to the ssh server port on the Syncthing server which is 22 and then you will be able to remote administrate your servers from a remote location on the Internet.

There’s a very nice free SSH server for Android in Google Play. Android SSH Server from Google Play.

You can connect to it first, and then you’ll be able to bring up the Web console for your phone on your computer. I also use FreeFileSync to backup my whole android phone.

Congrats getting it working the first time it’s very rare.

Wank,

I use PfSense as my router/FW, etc. I also use Tailscale and, to some degree, Cloudflare tunnel. I like these two solutions because you don’t have to open ports.

Yes, my next “to-do” is SFTP. I’m currently using TFTP to backup configs, etc. I have an entire network of Cisco switches, Dell servers, etc and I’m moving toward buttoning everything down. So I want to move away from TFTP to SFTP.

Thanks again.

Keep going, SFTP support is built into SSH Server.

Now that you have SSH Server running on Windows, you can use SFTP software to connect to your Windows drives. SSH Server includes support as an SFTP server. You can run Winscp software to access remote Windows machines via SFTP. Your Cisco routers can communicate with, and transfer files to your Windows computers that are running SSH Server.

If you want to enable SSH/SFTP file system mounting of a remote drive on Windows, I can post instructions for that too. To mount an SSH server on Windows, you can use the WinFsp and SSHFS-Win tools. These will enable you to mount your Windows drives from other computers, routers, etc. These two apps are available on Github. https://github.com/winfsp/winfsp/releases And, https://github.com/winfsp/sshfs-win/releases

This is a GUI interface for Windows that requires the above software. It easily lets you mount drive letters in Windows to any Linux system, or Windows system. You do not need to rely solely on SMB file sharing. GitHub - evsar3/sshfs-win-manager: A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)

These will enable a file system on Windows called “sshfs”. If you have any linux machines, they can load sshfs also.

If you want to transfer files to Windows over SFTP you’re pretty much all set.

Excellent. Sure, if you have ready-made instructions for SFTP I will certainly take them.

Thanks again for everything.

In Liu of port forwarding, I usually use encrypted tunneling software. It’s called Meshnet. It gives me a private encrypted LAN IP for each of my computers and cell phone. Sometimes I run Syncthing through it to do a remote sync without needing relay servers.

It’s very similar to your Tailscale software.

For beginning: You can issue from Cisco, sftp user@windows-server

Give it the password and you’ll be able to put and get files over the encrypted connection. No more unsecure TFTP.

the sftp command line program is now also on your Windows computers.

Excellent and very helpful.

I use NordVPN so I will look into Meshnet.

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.