Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I use ssh to communicate across a firewall?

Communicate firewall SSH
0
Posted

Can I use ssh to communicate across a firewall?

0

Yes; you can use TCP forwarding for that, by using its secure TCP forwarding features.

0

Yes; you can use TCP forwarding for that, by using its secure TCP forwarding features. You can also tunnel through another open port through the firewall (I’m sure all those system admins love me now 🙂 by running a daemon on the remote side on a port that’s allowed through a firewall, like SSL (port 443). Set up the remote daemon running sshd on port 443: # sshd -p 443 Then, on your local system, open a connection on port 443: $ ssh -p 443 remotehost.example.

0

Yes; you can use TCP forwarding for that, by using its secure TCP forwarding features. You can also tunnel through another open port through the firewall (I’m sure all those system admins love me now 🙂 by running a daemon on the remote side on a port that’s allowed through a firewall, like SSL (port 443).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123