This repo is used for testing and exploring pijul.
ssh-keygen -t ed25519 -C hardy7cc@gmail.com
~/.ssh/<file_name>
~/.ssh/config
Host nest
HostName ssh.pijul.com
User hardy7cc
IdentityFile ~/.ssh/<file_name>
pijul key prove hardy7cc@gmail.com
https://nest.pijul.com/hardy7cc
pijul clone hardy7cc@nest:hardy7cc/test_repo
pijul 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"