mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 04:01:59 +00:00
~root/.ssh didn't exist. Now it will
This commit is contained in:
@@ -30,6 +30,7 @@ If you have already synced the Bitcoin blockchain to the tip on one Embassy, and
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo -i
|
sudo -i
|
||||||
|
mkdir -m 0700 -p .ssh
|
||||||
ssh-keygen -t ed25519 -N '' -f .ssh/embassy2.key
|
ssh-keygen -t ed25519 -N '' -f .ssh/embassy2.key
|
||||||
chmod 600 .ssh/embassy2.key*
|
chmod 600 .ssh/embassy2.key*
|
||||||
cat .ssh/embassy2.key.pub
|
cat .ssh/embassy2.key.pub
|
||||||
|
|||||||
Reference in New Issue
Block a user