Cannot SSH to my remote server from University network
up vote
0
down vote
favorite
I set up a small Ubuntu server at home for heavy calculations. I can SSH remotely to it from my other apartment without any problem. But when I am at the University, I cannot: after a while, it just says Connection TimeOut. I am using the Eduroam network, if this can be of help. What causes the problem? Is it possible to solve it?
ubuntu ssh
New contributor
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I set up a small Ubuntu server at home for heavy calculations. I can SSH remotely to it from my other apartment without any problem. But when I am at the University, I cannot: after a while, it just says Connection TimeOut. I am using the Eduroam network, if this can be of help. What causes the problem? Is it possible to solve it?
ubuntu ssh
New contributor
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
(1) What client are you using? (2) Can you run it in verbose mode and/or look at logs? (3) Can you ssh into other servers from the university? (4) What does the university IT staff say? Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Nov 16 at 6:38
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I set up a small Ubuntu server at home for heavy calculations. I can SSH remotely to it from my other apartment without any problem. But when I am at the University, I cannot: after a while, it just says Connection TimeOut. I am using the Eduroam network, if this can be of help. What causes the problem? Is it possible to solve it?
ubuntu ssh
New contributor
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I set up a small Ubuntu server at home for heavy calculations. I can SSH remotely to it from my other apartment without any problem. But when I am at the University, I cannot: after a while, it just says Connection TimeOut. I am using the Eduroam network, if this can be of help. What causes the problem? Is it possible to solve it?
ubuntu ssh
ubuntu ssh
New contributor
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 16 at 6:25
sensitive_scientist
1012
1012
New contributor
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
sensitive_scientist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
(1) What client are you using? (2) Can you run it in verbose mode and/or look at logs? (3) Can you ssh into other servers from the university? (4) What does the university IT staff say? Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Nov 16 at 6:38
add a comment |
1
(1) What client are you using? (2) Can you run it in verbose mode and/or look at logs? (3) Can you ssh into other servers from the university? (4) What does the university IT staff say? Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Nov 16 at 6:38
1
1
(1) What client are you using? (2) Can you run it in verbose mode and/or look at logs? (3) Can you ssh into other servers from the university? (4) What does the university IT staff say? Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Nov 16 at 6:38
(1) What client are you using? (2) Can you run it in verbose mode and/or look at logs? (3) Can you ssh into other servers from the university? (4) What does the university IT staff say? Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Nov 16 at 6:38
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
Your University could have network restrictions or a proxy blocking port 22. Use a VPN or similar to remedy this.
Is it still possible if I set up the server with another port?
– sensitive_scientist
Nov 16 at 6:29
1
Maybe but it depends on your Uni. Try to look into their policies to find out.
– Tyler Montani
Nov 16 at 6:30
uk.godaddy.com/help/…
– Lewis Kelsey
Nov 16 at 9:04
add a comment |
up vote
1
down vote
Eduroam mostly blocks most of the ports, and I think port 22 (SSH) is one of them. Using a VPN could work if the used ports here are not blocked either (which I assume they are). You could set up the port to 80 (HTTP) or 443 (HTTPS) for example. These ports are not blocked, but notice that you have to disable the webserver at your server for this purpose.
New contributor
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
This is very country-dependent, and organization-dependent as well. (Eduroam only centralises authentication, but you still use each organization's own Internet access.) For example, here in Europe, Eduroam policy usually says that 22 (SSH) must be open in all institutions, even if the local IT staff might decide to block other ports. (UK spec for comparison.)
– grawity
Nov 16 at 9:11
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Your University could have network restrictions or a proxy blocking port 22. Use a VPN or similar to remedy this.
Is it still possible if I set up the server with another port?
– sensitive_scientist
Nov 16 at 6:29
1
Maybe but it depends on your Uni. Try to look into their policies to find out.
– Tyler Montani
Nov 16 at 6:30
uk.godaddy.com/help/…
– Lewis Kelsey
Nov 16 at 9:04
add a comment |
up vote
2
down vote
Your University could have network restrictions or a proxy blocking port 22. Use a VPN or similar to remedy this.
Is it still possible if I set up the server with another port?
– sensitive_scientist
Nov 16 at 6:29
1
Maybe but it depends on your Uni. Try to look into their policies to find out.
– Tyler Montani
Nov 16 at 6:30
uk.godaddy.com/help/…
– Lewis Kelsey
Nov 16 at 9:04
add a comment |
up vote
2
down vote
up vote
2
down vote
Your University could have network restrictions or a proxy blocking port 22. Use a VPN or similar to remedy this.
Your University could have network restrictions or a proxy blocking port 22. Use a VPN or similar to remedy this.
answered Nov 16 at 6:28
Tyler Montani
744
744
Is it still possible if I set up the server with another port?
– sensitive_scientist
Nov 16 at 6:29
1
Maybe but it depends on your Uni. Try to look into their policies to find out.
– Tyler Montani
Nov 16 at 6:30
uk.godaddy.com/help/…
– Lewis Kelsey
Nov 16 at 9:04
add a comment |
Is it still possible if I set up the server with another port?
– sensitive_scientist
Nov 16 at 6:29
1
Maybe but it depends on your Uni. Try to look into their policies to find out.
– Tyler Montani
Nov 16 at 6:30
uk.godaddy.com/help/…
– Lewis Kelsey
Nov 16 at 9:04
Is it still possible if I set up the server with another port?
– sensitive_scientist
Nov 16 at 6:29
Is it still possible if I set up the server with another port?
– sensitive_scientist
Nov 16 at 6:29
1
1
Maybe but it depends on your Uni. Try to look into their policies to find out.
– Tyler Montani
Nov 16 at 6:30
Maybe but it depends on your Uni. Try to look into their policies to find out.
– Tyler Montani
Nov 16 at 6:30
uk.godaddy.com/help/…
– Lewis Kelsey
Nov 16 at 9:04
uk.godaddy.com/help/…
– Lewis Kelsey
Nov 16 at 9:04
add a comment |
up vote
1
down vote
Eduroam mostly blocks most of the ports, and I think port 22 (SSH) is one of them. Using a VPN could work if the used ports here are not blocked either (which I assume they are). You could set up the port to 80 (HTTP) or 443 (HTTPS) for example. These ports are not blocked, but notice that you have to disable the webserver at your server for this purpose.
New contributor
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
This is very country-dependent, and organization-dependent as well. (Eduroam only centralises authentication, but you still use each organization's own Internet access.) For example, here in Europe, Eduroam policy usually says that 22 (SSH) must be open in all institutions, even if the local IT staff might decide to block other ports. (UK spec for comparison.)
– grawity
Nov 16 at 9:11
add a comment |
up vote
1
down vote
Eduroam mostly blocks most of the ports, and I think port 22 (SSH) is one of them. Using a VPN could work if the used ports here are not blocked either (which I assume they are). You could set up the port to 80 (HTTP) or 443 (HTTPS) for example. These ports are not blocked, but notice that you have to disable the webserver at your server for this purpose.
New contributor
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
This is very country-dependent, and organization-dependent as well. (Eduroam only centralises authentication, but you still use each organization's own Internet access.) For example, here in Europe, Eduroam policy usually says that 22 (SSH) must be open in all institutions, even if the local IT staff might decide to block other ports. (UK spec for comparison.)
– grawity
Nov 16 at 9:11
add a comment |
up vote
1
down vote
up vote
1
down vote
Eduroam mostly blocks most of the ports, and I think port 22 (SSH) is one of them. Using a VPN could work if the used ports here are not blocked either (which I assume they are). You could set up the port to 80 (HTTP) or 443 (HTTPS) for example. These ports are not blocked, but notice that you have to disable the webserver at your server for this purpose.
New contributor
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Eduroam mostly blocks most of the ports, and I think port 22 (SSH) is one of them. Using a VPN could work if the used ports here are not blocked either (which I assume they are). You could set up the port to 80 (HTTP) or 443 (HTTPS) for example. These ports are not blocked, but notice that you have to disable the webserver at your server for this purpose.
New contributor
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Nov 16 at 8:19
Lithilion
1236
1236
New contributor
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Lithilion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
This is very country-dependent, and organization-dependent as well. (Eduroam only centralises authentication, but you still use each organization's own Internet access.) For example, here in Europe, Eduroam policy usually says that 22 (SSH) must be open in all institutions, even if the local IT staff might decide to block other ports. (UK spec for comparison.)
– grawity
Nov 16 at 9:11
add a comment |
1
This is very country-dependent, and organization-dependent as well. (Eduroam only centralises authentication, but you still use each organization's own Internet access.) For example, here in Europe, Eduroam policy usually says that 22 (SSH) must be open in all institutions, even if the local IT staff might decide to block other ports. (UK spec for comparison.)
– grawity
Nov 16 at 9:11
1
1
This is very country-dependent, and organization-dependent as well. (Eduroam only centralises authentication, but you still use each organization's own Internet access.) For example, here in Europe, Eduroam policy usually says that 22 (SSH) must be open in all institutions, even if the local IT staff might decide to block other ports. (UK spec for comparison.)
– grawity
Nov 16 at 9:11
This is very country-dependent, and organization-dependent as well. (Eduroam only centralises authentication, but you still use each organization's own Internet access.) For example, here in Europe, Eduroam policy usually says that 22 (SSH) must be open in all institutions, even if the local IT staff might decide to block other ports. (UK spec for comparison.)
– grawity
Nov 16 at 9:11
add a comment |
sensitive_scientist is a new contributor. Be nice, and check out our Code of Conduct.
sensitive_scientist is a new contributor. Be nice, and check out our Code of Conduct.
sensitive_scientist is a new contributor. Be nice, and check out our Code of Conduct.
sensitive_scientist is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375894%2fcannot-ssh-to-my-remote-server-from-university-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
(1) What client are you using? (2) Can you run it in verbose mode and/or look at logs? (3) Can you ssh into other servers from the university? (4) What does the university IT staff say? Please do not respond in comments; edit your question to make it clearer and more complete.
– Scott
Nov 16 at 6:38