Results 1 to 6 of 6

Thread: ssh server help

  1. #1
    Join Date
    Aug 2013
    Beans
    101

    ssh server help

    Ok, so my ISP blocks ssh at the protocol level, not just the port, but the actual service at their edge routers right before it hits my home router. I have confirmed this with them.

    I have a windows 10 machine at home as the sftp server. My goal was to be able to access my pdf's, school files, etc while using a random PC at school or the library.

    How do i achieve this now?

    thanks

    I need to be able to use portable, USB apps since i do not have rights at the library or school to install any software

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: ssh server help

    You cannot using any ssh/scp/sftp method.

    Which protocols does the ISP not block? Will a UDP-based VPN work?
    You can try a few of these:
    * openvpn
    * wireguard
    * HTTPS (which is fine for privacy but not really security).

    It also might be that the ISP is not providing public IPs. If that is the case, the only way around this is to get a VPS and setup a VPN or reverse ssh tunnel between your home and the VPS.

    VPS - virtual private server
    VPN - virtual private network

  3. #3
    Join Date
    Aug 2013
    Beans
    101

    Re: ssh server help

    thanks for the repl;y i can uise hamachi VPN just fine and open VPN, only problem is, that if i go to a pc at the school or library i do not own, i cant use either of the vpn options since it requires admion rights to install the driver.

    I do have a public IP, they just want more money and block protocols that have to do with servers. They block http and ssh from comming into the network so home users cant have a web site at home, unless they pay the ISP for a business line

    I do have an amazon EC2 ubuntu instance. maybe have a reverse ssh from my home server to the vps, then any remote connection to the vps will be forwarded?
    Last edited by matt18; December 14th, 2019 at 06:44 AM.

  4. #4
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: ssh server help

    You might be able to set up an OpenVPN tunnel between your computer at home and the EC2 instance. Then you could use iptables to forward port 22 on the instance back to port 22 on the machine at home. Make the computer at home the OpenVPN client and the instance be the OpenVPN server.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  5. #5
    Join Date
    Aug 2013
    Beans
    101

    Re: ssh server help

    Quote Originally Posted by SeijiSensei View Post
    You might be able to set up an OpenVPN tunnel between your computer at home and the EC2 instance. Then you could use iptables to forward port 22 on the instance back to port 22 on the machine at home. Make the computer at home the OpenVPN client and the instance be the OpenVPN server.
    Since i am new to vpn tunnels, i want to make sure i am understanding you. If i make the EC2 instance the openvpn server, then my home windows 10 machine the client, i can go to a random PC that i do not own in my university, library, friends house, etc, sftp to the EC2 server, which in turn will forward the sftp traffic to my home windows 10 machine, which in turn will respond with the sftp server and allow me to access my files?

    thanks

  6. #6
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: ssh server help

    We are getting dangerously close to a discussion of circumvention of ToS/Policy here.

    You should discuss with both your school and your ISP what protocols/technologies would be acceptable with them and use those.

    Closed.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •