known,todo
This commit is contained in:
parent
8bb68afb08
commit
c25fc0e669
1 changed files with 3 additions and 3 deletions
|
@ -30,8 +30,8 @@ Rescue
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
ssh-keygen -f /home/user/.ssh/known_hosts -R rwx.work
|
ssh-keygen -R rwx.work
|
||||||
ssh-keygen -f /home/user/.ssh/known_hosts -R 192.99.14.98
|
ssh-keygen -R 192.99.14.98
|
||||||
scp /home/user/.ssh/id_ecdsa.pub root@rwx.work:/root/.ssh/authorized_keys
|
scp /home/user/.ssh/id_ecdsa.pub root@rwx.work:/root/.ssh/authorized_keys
|
||||||
scp /etc/bash.bashrc root@rwx.work:/etc/
|
scp /etc/bash.bashrc root@rwx.work:/etc/
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ Prepare a grub.cfg
|
||||||
linux \
|
linux \
|
||||||
"
|
"
|
||||||
|
|
||||||
Maybe one day:
|
.. todo:: move to public grub
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue