- Install A-Shell on iOS
- Create an SSH key on device
ssh-keygen -t ecdsa -N "" -f ~/Documents/.ssh/id_ecdsa
- Copy the public key and add to where your remote repository is (GitHub, Gitlab, Gitea, etc.)
cat ~/Documents/.ssh/id_ecdsa.pub
- Change your
git
configuration (vim .gitconfig
)
[user]
identityFile = ~/Documents/.ssh/id_ecdsa
password = ""
name = "your.name"
email = "your.email"
- Open Logseq