Я не могу запустить pagekite ssh на Raspberry Pi.
Мой .ssh конфигурационный файл
crb@raspberrypi ~ $ cat .ssh/config
Host *.pagekite.me
CheckHostIP no
ProxyCommand /bin/nc -X connect -x %h:22 %h %p
Мой файл pagekite.rc
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
Запуск pagekite.py кажется нормальным: (и веб-сервер работает)
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.
Когда я пытаюсь выполнить ssh с Mac через Pagekite:
air:app crb$ ssh crb.pagekite.me
ssh: connect to host crb.pagekite.me port 22: Connection refused
Я могу войти в систему с локального компьютера 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 ~ $