Create your account with Public-Key Cryptography
We don't want your email address.
To get started, simply ssh into our content management system:
ssh new@pastes.sh
note:
new
is a special username that will always send you to account
creation, even with multiple accounts associated with your key-pair.
note: getting permission denied? read this
After that, just set a username and you're ready to start writing! When you SSH again, use your username that you set in the CMS.
Publish your pastes with one command
When your paste is ready to be published, copy the file to our server with a familiar command:
scp ./changes.patch pastes.sh:/
We'll return the URL back to you so you never have to leave the terminal!
Pipe Support
echo "foobar" | ssh pastes.sh
echo "foobar" | ssh pastes.sh FILENAME
# if the tty warning annoys you echo "foobar" | ssh -T pastes.sh
Terminal workflow without installation
Since we are leveraging tools you already have on your computer
(ssh
and scp
), there is nothing to install.
This provides the convenience of a web app, but from inside your terminal!
Features
- Pastes last 90 days by default
- Ability to set custom expiration
- Ability to "hide" pastes
- Bring your own editor
- Terminal workflow with no installation
- Public-key based authentication
- No ads, zero tracking
- No javascript
- Minimalist design
- 100% open source
Read the docs
Roadmap
- Mobile support?