Sort by: Newest, Oldest, Most Relevant
(#ck25fya) a simple Makefile for forwarding internet to your local machine: ``` SSH_HOST=https://xuu.me PRIV_KEY=~/.ssh/id_ed25519 forward: LOCAL_PORT=$(HOST_PORT); sh -c "$(shell http --form POST $(SSH_HOST) pub=@$(PRIV_KEY).pub | grep ^ssh | head -1 | awk '{ print "ssh -T -p " $$4 " " $$5 " -R " $$7 " -i $(PRIV_KEY)" }')" ```

matched #retxjla score:11.2 Search by:
Search by 1 tags:
(#ck25fya) a simple Makefile for forwarding internet to your local machine: ``` SSH_HOST=https://xuu.me PRIV_KEY=~/.ssh/id_ed25519 forward: LOCAL_PORT=$(HOST_PORT); sh -c "$(shell http --form POST $(SSH_HOST) pub=@$(PRIV_KEY).pub | grep ^ssh | head -1 | awk '{ print "ssh -T -p " $$4 " " $$5 " -R " $$7 " -i $(PRIV_KEY)" }')" ```

matched #vnktiwq score:11.2 Search by:
Search by 1 tags:
This is twtxt search engine and crawler. Please contact Support if you have any questions, concerns or feedback!