Jump to content

SSH at College

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Calgon

Calgon

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
I need to access SSH at College (where I am right now) for future use for a College Project. Unfortunately, whenever I try to use PuTTy, I receieve a "connection refused" error (attempting to connect to port 22). Is there any way I can workaround this?

The systems here use Windows XP and I'm trying to connect to SSH for a server running CentOS. Anyone have any clue? Sorry if this is the inappropriate forum to post in, seeing as I'm effectively trying to figure out how to bypass port blocks.

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,119 posts
If you have access to the server configurations, you can route port xxx to port 22 internally so you can bypass the restriction completely.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
Calgon

Calgon

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
I do, however I'd rather keep the original port, plus I'm unsure of which ports are actually open (other than 80).

#4
DEViANT

DEViANT

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 358 posts
Do you have access to the firewall(s)/router(s) ? You need to set up port forwarding to be allowed in. You'd be able to see all the available connection ports on there as well.

:D You should rep+ me so that I can win :D

My Blog | Ask me!
Error : Satan did it

#5
Calgon

Calgon

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
To my server's firewall, I do. But no access to any control interfaces at College as I'm just a Student.

#6
DEViANT

DEViANT

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 358 posts
Do you want to SSH into the server via an external (WAN) network or via the internal (LAN) network?

-Edit :

HowTos/Network/SecuringSSH - CentOS Wiki

:D You should rep+ me so that I can win :D

My Blog | Ask me!
Error : Satan did it

#7
Calgon

Calgon

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
WAN. My server's firewall is properly configured to accept connections on port 22.

#8
DEViANT

DEViANT

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 358 posts
If you want to access the server from the external network your going to have to ask them to open up port 22 on their network firewall/router and have it forward to your server's IP address

:D You should rep+ me so that I can win :D

My Blog | Ask me!
Error : Satan did it