Skip to content

SSH access to your server on college wifi #9

@akshayarora2009

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

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