SSH Windows to Mint [SOLVED]

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Mintessori

SSH Windows to Mint [SOLVED]

Post by Mintessori »

Hi guys,

I´m new to Linux Mint forums and I hope I'm in the right directory for my questions.

I want to SSH my Mint machine from a Windows machine on my LAN, and it works perfectly well as long as I use Putty only, to connect. Problem is, I would like to use some ssh gui software on Windows, to move files around, and that dont work at all... connection rejected.
So far, I've tried Cyberduck and WinSCP with no success. It don't even work if I disable firewall (ufw), so I guess I'm using the wrong software?. Do you guys have some working alternatives, or do you know what I´m doing wrong?


My next question is about ssh firewall rules. First I was using...

Code: Select all

sudo ufw allow ssh
...but I wanted to tighten that up a bit, so I tried...

Code: Select all

sudo ufw allow proto tcp from 12.34.56.78 to any port 22
...and that works fine, but is it safe or could I do better?

Thanks in advance
Mintessori
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Habitual

Re: SSH Windows to Mint

Post by Habitual »

Mintessori wrote:

Code: Select all

sudo ufw allow proto tcp from 12.34.56.78 to any port 22
...and that works fine, but is it safe or could I do better?
that IS better!

On the Mint side of the house, is ssh running?
Mintessori

Re: SSH Windows to Mint

Post by Mintessori »

Habitual wrote: On the Mint side of the house, is ssh running?
Yes it is. It's working fine with Putty, but not with Cyberduck or WinSCP.
mintybits

Re: SSH Windows to Mint

Post by mintybits »

Mintessori

Re: SSH Windows to Mint

Post by Mintessori »

Thanks! FileZilla actually worked. Don't know why I didn't think about that myself, because I use it all the time for distant server access. :oops:
Thanks again, both!
Locked

Return to “Networking”