How to get pagekite to run ssh?
Can a human be transformed into a Mind Flayer?
Why Does Mama Coco Look Old After Going to the Other World?
How to safely destroy (a large quantity of) valid checks?
Separate SPI data
What would be the way to say "just saying" in German? (Not the literal translation)
A map of non-pathological topology?
Why is Na5 not played in this line of the French Defense, Advance Variation?
How to make the letter "K" that denote Krylov space
Is it possible to fly backward if you have really strong headwind?
How can I make 12 tone and atonal melodies sound interesting?
What is the color of artificial intelligence?
Difference between prepositions in "...killed during/in the war"
The origin of the Russian proverb about two hares
Can you make an identity from this product?
Is there a DSLR/mirorless camera with minimal options like a classic, simple SLR?
Section numbering in binary
What would prevent chimeras from reproducing with each other?
If there's something that implicates the president why is there then a national security issue? (John Dowd)
Can I utilise a baking stone to make crepes?
Can the removal of a duty-free sales trolley result in a measurable reduction in emissions?
How to befriend someone who doesn't like to talk?
How to avoid typing 'git' at the begining of every Git command
What is the logic behind charging tax _in the form of money_ for owning property when the property does not produce money?
Who won a Game of Bar Dice?
How to get pagekite to run ssh?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I can’t seem to get pagekite ssh running on a raspberry pi.
My .ssh config file
crb@raspberrypi ~ $ cat .ssh/config
Host *.pagekite.me
CheckHostIP no
ProxyCommand /bin/nc -X connect -x %h:22 %h %p
My pagekite.rc file
crb@raspberrypi ~ $ cat .pagekite.rc
###[ Current settings for pagekite.py v1.0.0.190225. ]#########
#
## NOTE: This file may be rewritten/reordered by pagekite.py.
#
##[ Default kite and account details ]##
kitename = crb.pagekite.me
kitesecret = 9fc6az87bza29ac27e9kcx9x743k83ak
##[ Front-end settings: use pagekite.net defaults ]##
defaults
##[ Back-ends and local services ]##
service_on = http:@kitename : localhost:80 : @kitesecret
service_on = raw-22:@kitename : localhost:22 : @kitesecret
##[ Miscellaneous settings ]##
savefile = /home/pi/.pagekite.rc
###[ End of pagekite.py configuration ]#########
END
Running pagekite.py seems ok: (and the webserver works )
crb@raspberrypi ~ $ pagekite.py
>>> Hello! This is pagekite.py v1.0.0.190225. [CTRL+C = Stop]
Connecting to front-end relay 192.155.83.116:443 ...
- Relay supports 10 protocols on 19 public ports.
- Raw TCP/IP (HTTP proxied) kites are available.
- To enable more logging, add option: --logfile=/path/to/logfile
Abuse/DDOS protection: Relaying traffic for up to 5 clients per 10800s.
Quota: You have 26 days, 5.0 tunnels left.
~<> Flying localhost:22 as ssh://crb.pagekite.me:22/ (HTTP proxied)
~<> Flying localhost:80 as https://crb.pagekite.me/
<< pagekite.py [flying] Kites are flying and all is well.
When I try to ssh from a mac via pagekite:
air:app crb$ ssh crb.pagekite.me
ssh: connect to host crb.pagekite.me port 22: Connection refused
I can ssh in from the local mac:
air:app crb$ ssh crb@192.168.0.43
Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l
Last login: Sun Mar 24 20:04:41 2019 from air.domain
crb@raspberrypi ~ $
pagekite
add a comment |
I can’t seem to get pagekite ssh running on a raspberry pi.
My .ssh config file
crb@raspberrypi ~ $ cat .ssh/config
Host *.pagekite.me
CheckHostIP no
ProxyCommand /bin/nc -X connect -x %h:22 %h %p
My pagekite.rc file
crb@raspberrypi ~ $ cat .pagekite.rc
###[ Current settings for pagekite.py v1.0.0.190225. ]#########
#
## NOTE: This file may be rewritten/reordered by pagekite.py.
#
##[ Default kite and account details ]##
kitename = crb.pagekite.me
kitesecret = 9fc6az87bza29ac27e9kcx9x743k83ak
##[ Front-end settings: use pagekite.net defaults ]##
defaults
##[ Back-ends and local services ]##
service_on = http:@kitename : localhost:80 : @kitesecret
service_on = raw-22:@kitename : localhost:22 : @kitesecret
##[ Miscellaneous settings ]##
savefile = /home/pi/.pagekite.rc
###[ End of pagekite.py configuration ]#########
END
Running pagekite.py seems ok: (and the webserver works )
crb@raspberrypi ~ $ pagekite.py
>>> Hello! This is pagekite.py v1.0.0.190225. [CTRL+C = Stop]
Connecting to front-end relay 192.155.83.116:443 ...
- Relay supports 10 protocols on 19 public ports.
- Raw TCP/IP (HTTP proxied) kites are available.
- To enable more logging, add option: --logfile=/path/to/logfile
Abuse/DDOS protection: Relaying traffic for up to 5 clients per 10800s.
Quota: You have 26 days, 5.0 tunnels left.
~<> Flying localhost:22 as ssh://crb.pagekite.me:22/ (HTTP proxied)
~<> Flying localhost:80 as https://crb.pagekite.me/
<< pagekite.py [flying] Kites are flying and all is well.
When I try to ssh from a mac via pagekite:
air:app crb$ ssh crb.pagekite.me
ssh: connect to host crb.pagekite.me port 22: Connection refused
I can ssh in from the local mac:
air:app crb$ ssh crb@192.168.0.43
Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l
Last login: Sun Mar 24 20:04:41 2019 from air.domain
crb@raspberrypi ~ $
pagekite
add a comment |
I can’t seem to get pagekite ssh running on a raspberry pi.
My .ssh config file
crb@raspberrypi ~ $ cat .ssh/config
Host *.pagekite.me
CheckHostIP no
ProxyCommand /bin/nc -X connect -x %h:22 %h %p
My pagekite.rc file
crb@raspberrypi ~ $ cat .pagekite.rc
###[ Current settings for pagekite.py v1.0.0.190225. ]#########
#
## NOTE: This file may be rewritten/reordered by pagekite.py.
#
##[ Default kite and account details ]##
kitename = crb.pagekite.me
kitesecret = 9fc6az87bza29ac27e9kcx9x743k83ak
##[ Front-end settings: use pagekite.net defaults ]##
defaults
##[ Back-ends and local services ]##
service_on = http:@kitename : localhost:80 : @kitesecret
service_on = raw-22:@kitename : localhost:22 : @kitesecret
##[ Miscellaneous settings ]##
savefile = /home/pi/.pagekite.rc
###[ End of pagekite.py configuration ]#########
END
Running pagekite.py seems ok: (and the webserver works )
crb@raspberrypi ~ $ pagekite.py
>>> Hello! This is pagekite.py v1.0.0.190225. [CTRL+C = Stop]
Connecting to front-end relay 192.155.83.116:443 ...
- Relay supports 10 protocols on 19 public ports.
- Raw TCP/IP (HTTP proxied) kites are available.
- To enable more logging, add option: --logfile=/path/to/logfile
Abuse/DDOS protection: Relaying traffic for up to 5 clients per 10800s.
Quota: You have 26 days, 5.0 tunnels left.
~<> Flying localhost:22 as ssh://crb.pagekite.me:22/ (HTTP proxied)
~<> Flying localhost:80 as https://crb.pagekite.me/
<< pagekite.py [flying] Kites are flying and all is well.
When I try to ssh from a mac via pagekite:
air:app crb$ ssh crb.pagekite.me
ssh: connect to host crb.pagekite.me port 22: Connection refused
I can ssh in from the local mac:
air:app crb$ ssh crb@192.168.0.43
Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l
Last login: Sun Mar 24 20:04:41 2019 from air.domain
crb@raspberrypi ~ $
pagekite
I can’t seem to get pagekite ssh running on a raspberry pi.
My .ssh config file
crb@raspberrypi ~ $ cat .ssh/config
Host *.pagekite.me
CheckHostIP no
ProxyCommand /bin/nc -X connect -x %h:22 %h %p
My pagekite.rc file
crb@raspberrypi ~ $ cat .pagekite.rc
###[ Current settings for pagekite.py v1.0.0.190225. ]#########
#
## NOTE: This file may be rewritten/reordered by pagekite.py.
#
##[ Default kite and account details ]##
kitename = crb.pagekite.me
kitesecret = 9fc6az87bza29ac27e9kcx9x743k83ak
##[ Front-end settings: use pagekite.net defaults ]##
defaults
##[ Back-ends and local services ]##
service_on = http:@kitename : localhost:80 : @kitesecret
service_on = raw-22:@kitename : localhost:22 : @kitesecret
##[ Miscellaneous settings ]##
savefile = /home/pi/.pagekite.rc
###[ End of pagekite.py configuration ]#########
END
Running pagekite.py seems ok: (and the webserver works )
crb@raspberrypi ~ $ pagekite.py
>>> Hello! This is pagekite.py v1.0.0.190225. [CTRL+C = Stop]
Connecting to front-end relay 192.155.83.116:443 ...
- Relay supports 10 protocols on 19 public ports.
- Raw TCP/IP (HTTP proxied) kites are available.
- To enable more logging, add option: --logfile=/path/to/logfile
Abuse/DDOS protection: Relaying traffic for up to 5 clients per 10800s.
Quota: You have 26 days, 5.0 tunnels left.
~<> Flying localhost:22 as ssh://crb.pagekite.me:22/ (HTTP proxied)
~<> Flying localhost:80 as https://crb.pagekite.me/
<< pagekite.py [flying] Kites are flying and all is well.
When I try to ssh from a mac via pagekite:
air:app crb$ ssh crb.pagekite.me
ssh: connect to host crb.pagekite.me port 22: Connection refused
I can ssh in from the local mac:
air:app crb$ ssh crb@192.168.0.43
Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l
Last login: Sun Mar 24 20:04:41 2019 from air.domain
crb@raspberrypi ~ $
pagekite
pagekite
asked Mar 24 at 20:31
Charlie BurnsCharlie Burns
6,3481323
6,3481323
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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
);
);
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%2fstackoverflow.com%2fquestions%2f55328279%2fhow-to-get-pagekite-to-run-ssh%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
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55328279%2fhow-to-get-pagekite-to-run-ssh%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