This commit is contained in:
benoit 2020-11-24 02:32:37 +00:00
parent 69ccf88594
commit 5f1d2d339e
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Enter a namespace, for example LXD (which is in a NS by Snap).
```
nsenter -t $(cat /var/snap/lxd/common/lxd.pid) -m
```
SSH into a machine without checking host key. Useful when servers are in a rescue mode.
~~~