This repo is used for testing and exploring pijul.
ssh-keygen -t ed25519 -C hardy7cc@gmail.com
~/.ssh/<file_name>~/.ssh/configHost nest
HostName ssh.pijul.com
User hardy7cc
IdentityFile ~/.ssh/<file_name>
pijul key prove hardy7cc@gmail.com
https://nest.pijul.com/hardy7ccpijul clone hardy7cc@nest:hardy7cc/test_repopijul push hardy7cc@nest:hardy7cc/test_repo
^ ^ ^ ^~~~~~~~~
| | | Repository name
| | ^~~~~~~~
| | Nest user name
| ^~~~
| Name as defined in ssh config (`Host nest`)
^~~~~~~~
Nest user name
If you cloned as shown above you already have the default_remote set correctly.
However if you did init your repo localy and did pushed directly with the provided
command instead of cloning there is no default_remote set.
.pijul/config
default_remote = "hardy7cc@nest:hardy7cc/test_repo"