Skip to content

SSH access to your server on college wifi #9

Description

@akshayarora2009

SSH works on port 22 by default. However, this port is blocked by the college firewall by default.

The solution is to SSH on port 443, which is not blocked.

In the file /etc/ssh/sshd_config , add the following line:

Port 443

To connect over port 443, just use the -p 443 flag. eg. ssh -p 443 <user>@<host>
Let me know if you have any problems.

FYI: @Princedhaliwal @crypton3535 @pola07 @kvibhore

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions