known,todo

This commit is contained in:
Marc Beninca 2019-07-17 22:08:07 +02:00
parent 8bb68afb08
commit c25fc0e669

View file

@ -30,8 +30,8 @@ Rescue
.. code:: shell
ssh-keygen -f /home/user/.ssh/known_hosts -R rwx.work
ssh-keygen -f /home/user/.ssh/known_hosts -R 192.99.14.98
ssh-keygen -R rwx.work
ssh-keygen -R 192.99.14.98
scp /home/user/.ssh/id_ecdsa.pub root@rwx.work:/root/.ssh/authorized_keys
scp /etc/bash.bashrc root@rwx.work:/etc/
@ -137,7 +137,7 @@ Prepare a grub.cfg
linux \
"
Maybe one day:
.. todo:: move to public grub
.. code:: shell