Socket
Socket
Sign inDemoInstall

ssb-invite

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssb-invite

a simple command to create invites without sshing into a pub.


Version published
Maintainers
1
Created
Source

ssb-invite

a simple command to create invites without sshing into a pub.

first, ssh into your pub, and set your self as the pub's master. (this is similar to adding your key to .ssh/authorized_hosts)

# copy your local pubkey.

sbot whoami

# ssh into your pub...

ssh yourpub.com

# edit config

nano ~/.ssh/config

# add the pub key from your local machine.

  "master": "{your pubkey}"

# restart your pub (however you do it...)

now, you can use ssb-invite locally.

It's easiest to set your pub in your local config.

# note, you can also use the start of a `--modern` type invite.

"remotePub": "net:{yourpub.com}:8008~shs:{your_pub's_pubkey}"

npm install -g ssb-invite

# new style
ssb-invite create --modern
<newstyle invite code>

# old style
ssb-invite create 1
<oldstyle invite code>

room for improvement

if we fixed these things, we could have a pub interface in patchbay.

  1. no standard way to run pub
  2. must restart pub after updating config (see 1)
  3. not evident who owns which pub. setting master should be start of standard pub startup method.
  4. shouldn't have to manually create multiserver addresses, either

License

MIT

FAQs

Package last updated on 07 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc