astroport/g1sms/cron_IPFS_open_SSH.sh

26 lines
841 B
Bash
Raw Normal View History

2020-05-01 15:19:51 +02:00
#!/bin/bash
################################################################################
# Author: Fred (support@qo-op.com)
# Version: 0.1
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
################################################################################
# Activate SUPPORT MODE: open ssh over IPFS
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
2020-05-10 19:52:16 +02:00
exit
# Arrange local port forwarded to swarm
# GET _uidna
2020-05-01 15:19:51 +02:00
YOU=$(ps aux --sort=+utime | grep ipfs | tail -n 1 | cut -d " " -f 1)
2020-05-10 19:52:16 +02:00
IPFSNODEID=$(ipfs id -f='<id>\n')
UIDNA=$(cat ~/.zen/ipfs/.$IPFSNODEID/G1SSB/_uidna)
p2p close --all
ipfs p2p listen /x/ssh /ip4/127.0.0.1/tcp/22
ipfs p2p listen /x/http /ip4/127.0.0.1/tcp/80
ipfs p2p listen /x/https /ip4/127.0.0.1/tcp/443
ipfs p2p ls