SSH to Plymouth Univ Server: Access from Home

  • Thread starter Thread starter Tone L
  • Start date Start date
  • Tags Tags
    School Server
AI Thread Summary
Accessing the university server "cyclone" from off-campus requires a VPN, as attempts to connect directly via SSH have failed. The server is likely behind a firewall, restricting access to the university network only. Users are advised to consult the university's IT department for assistance and clarification on their security policies and VPN setup. It's important to determine the specific error encountered during login attempts to better understand the access restrictions in place.
Tone L
Messages
72
Reaction score
7
Hi all,

So there is a server at university called cyclone. I can access it simply from terminal by:
ssh myusername@cyclone.plymouth.edu

Now I live off campus is there any way to ssh into the server from my couch at my apartment, i live less than a mile away from campus? I heard things like VPN??

Thanks
 
Computer science news on Phys.org
Greg Bernhardt said:
Does it require a VPN? Have you tried accessing off campus?
I have tried off campus, does not work. So I think it dos require a VPN, I know little how VPNs work too..
 
What OS do you use? What was the error when trying to login off campus?
 
Probably this server is behind a firewall and you cannot access it from outside your university network. Usually university networks have only a few machines that are visible from the public internet, with the rest hidden behind a firewall. You need to talk to your IT folks and they should be able to help you out.
 
  • Like
Likes Tone L
phyzguy said:
Probably this server is behind a firewall and you cannot access it from outside your university network. Usually university networks have only a few machines that are visible from the public internet, with the rest hidden behind a firewall. You need to talk to your IT folks and they should be able to help you out.
I agree with phyzguy -- you could look at this -- http://www.plymouth.edu/office/information-technology/ --, and if that doesn't answer your query, get in contact with them.
 
  • Like
Likes Tone L
Anthony LaRosa said:
So there is a server at university called cyclone. I can access it simply from terminal by:
ssh myusername@cyclone.plymouth.edu

Hey
When you'd try to access the server what error do you have? Timeout or other?
Looks like your server is closed from the outside network and you can't just login with SSH to it.

So you need to ask your university IT staff about that.
Maybe that their IT security policy forbid that or you need to setup a VPN connection first.
Can't say more for sure.
 
Back
Top