Setup for tilde.one
Go to file
jan6 99e7ac2213 README was missing .ssh from instructions 2020-03-30 17:53:06 +03:00
.ssh all hail jan6, who has added his SSH key 2020-03-30 17:51:11 +03:00
.bash_profile Initial commit 2020-03-27 18:27:32 -06:00
.tmux.conf Adding tmux conf file 2020-03-28 18:47:47 -06:00
README.md README was missing .ssh from instructions 2020-03-30 17:53:06 +03:00

README.md

How to join tilde.one

  1. Fork this repository

  2. Clone the repository to your computer:

$ git clone git@tildegit.org:<your name>/setup.git
$ cd setup/.ssh/
  1. Create an SSH key pair (press enter for all prompts to use defaults):
$ ssh-keygen -t ed25519
  1. Add your public key to the authorized_keys file:
$ cat ~/.ssh/id_ed25519.pub >> authorized_keys
  1. Add, commit, and push your changes:
$ git add authorized_keys
$ git commit -m "Added SSH keys for <your name>"
$ git push origin master
  1. Open a pull request for your changes to merged into the project

Once the pull request is merged, you can login using:

$ ssh one@tilde.one