tcp/ssh forwarding: laptop cloud server home server The Next CEO of Stack OverflowSSH tunnel...
How do I secure a TV wall mount?
How do I keep Mac Emacs from trapping M-`?
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
Simplify trigonometric expression using trigonometric identities
How can I replace x-axis labels with pre-determined symbols?
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
Create custom note boxes
What steps are necessary to read a Modern SSD in Medieval Europe?
Upgrading From a 9 Speed Sora Derailleur?
How should I connect my cat5 cable to connectors having an orange-green line?
How can the PCs determine if an item is a phylactery?
Calculating discount not working
Planeswalker Ability and Death Timing
Why did the Drakh emissary look so blurred in S04:E11 "Lines of Communication"?
logical reads on global temp table, but not on session-level temp table
Why does freezing point matter when picking cooler ice packs?
Compilation of a 2d array and a 1d array
Direct Implications Between USA and UK in Event of No-Deal Brexit
Shortening a title without changing its meaning
Can a PhD from a non-TU9 German university become a professor in a TU9 university?
Mathematica command that allows it to read my intentions
Finitely generated matrix groups whose eigenvalues are all algebraic
How can I separate the number from the unit in argument?
How does a dynamic QR code work?
tcp/ssh forwarding: laptop cloud server home server
The Next CEO of Stack OverflowSSH tunnel connection refusedHow do I tunnel SSH through 2 hosts?trying to remote in to work computer via an ssh tunnelVNC over Reverse SSH Tunnel or VPN?Is it possbile to SSH in Linux from a 3G USB stick from T-Mobile with Raspberry Pi using a 3G USB stick T-MobileSSH -L local port forwarding with localhost points to wrong pagesSSH Tunneling through HTTP Proxy Mac Mail.appCan I use other host instead of localhost for Destination Field in SSH Reverse Tunnel Port Forwarding?SSH tunnel to connect two servers via a thirdTunnelling server traffic throuh SSH when port forwarding on network is unavailable?
I have the configuration as follows. At my home computer I launch jupyter notebook on port 7000 and set up reverse ssh to my cloud server
ssh -f -N -R 9000:localhost:7000 cloud_user@cloud.hosting.com
I want to access jupyter from my laptop by
http://cloud.hosting.com:9000
But connection refused. Nevertheless, I can do (from the cloud server console)
wget localhost:9000
and it is working. And also: if I ran jupyter on the cloud server (say on port 1234) then http://cloud.hosting.com:1234 is working. What I have to do for accessing home jupyter from the laptop?
ssh-tunnel
New contributor
add a comment |
I have the configuration as follows. At my home computer I launch jupyter notebook on port 7000 and set up reverse ssh to my cloud server
ssh -f -N -R 9000:localhost:7000 cloud_user@cloud.hosting.com
I want to access jupyter from my laptop by
http://cloud.hosting.com:9000
But connection refused. Nevertheless, I can do (from the cloud server console)
wget localhost:9000
and it is working. And also: if I ran jupyter on the cloud server (say on port 1234) then http://cloud.hosting.com:1234 is working. What I have to do for accessing home jupyter from the laptop?
ssh-tunnel
New contributor
I think your cloud server firewall is getting in the way. What firewall do you use?
– Guy Gastineau
3 hours ago
I'm sorry but I don't really know. All settings are default (Ubuntu 16.04). If I run jupyter on the cloud server then I can access to it from the laptop
– MrNewman
3 hours ago
add a comment |
I have the configuration as follows. At my home computer I launch jupyter notebook on port 7000 and set up reverse ssh to my cloud server
ssh -f -N -R 9000:localhost:7000 cloud_user@cloud.hosting.com
I want to access jupyter from my laptop by
http://cloud.hosting.com:9000
But connection refused. Nevertheless, I can do (from the cloud server console)
wget localhost:9000
and it is working. And also: if I ran jupyter on the cloud server (say on port 1234) then http://cloud.hosting.com:1234 is working. What I have to do for accessing home jupyter from the laptop?
ssh-tunnel
New contributor
I have the configuration as follows. At my home computer I launch jupyter notebook on port 7000 and set up reverse ssh to my cloud server
ssh -f -N -R 9000:localhost:7000 cloud_user@cloud.hosting.com
I want to access jupyter from my laptop by
http://cloud.hosting.com:9000
But connection refused. Nevertheless, I can do (from the cloud server console)
wget localhost:9000
and it is working. And also: if I ran jupyter on the cloud server (say on port 1234) then http://cloud.hosting.com:1234 is working. What I have to do for accessing home jupyter from the laptop?
ssh-tunnel
ssh-tunnel
New contributor
New contributor
edited 3 hours ago
MrNewman
New contributor
asked 3 hours ago
MrNewmanMrNewman
112
112
New contributor
New contributor
I think your cloud server firewall is getting in the way. What firewall do you use?
– Guy Gastineau
3 hours ago
I'm sorry but I don't really know. All settings are default (Ubuntu 16.04). If I run jupyter on the cloud server then I can access to it from the laptop
– MrNewman
3 hours ago
add a comment |
I think your cloud server firewall is getting in the way. What firewall do you use?
– Guy Gastineau
3 hours ago
I'm sorry but I don't really know. All settings are default (Ubuntu 16.04). If I run jupyter on the cloud server then I can access to it from the laptop
– MrNewman
3 hours ago
I think your cloud server firewall is getting in the way. What firewall do you use?
– Guy Gastineau
3 hours ago
I think your cloud server firewall is getting in the way. What firewall do you use?
– Guy Gastineau
3 hours ago
I'm sorry but I don't really know. All settings are default (Ubuntu 16.04). If I run jupyter on the cloud server then I can access to it from the laptop
– MrNewman
3 hours ago
I'm sorry but I don't really know. All settings are default (Ubuntu 16.04). If I run jupyter on the cloud server then I can access to it from the laptop
– MrNewman
3 hours ago
add a comment |
0
active
oldest
votes
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
MrNewman 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%2f1420177%2ftcp-ssh-forwarding-laptop-cloud-server-home-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
MrNewman is a new contributor. Be nice, and check out our Code of Conduct.
MrNewman is a new contributor. Be nice, and check out our Code of Conduct.
MrNewman is a new contributor. Be nice, and check out our Code of Conduct.
MrNewman is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f1420177%2ftcp-ssh-forwarding-laptop-cloud-server-home-server%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
I think your cloud server firewall is getting in the way. What firewall do you use?
– Guy Gastineau
3 hours ago
I'm sorry but I don't really know. All settings are default (Ubuntu 16.04). If I run jupyter on the cloud server then I can access to it from the laptop
– MrNewman
3 hours ago