nsenter
This commit is contained in:
parent
69ccf88594
commit
5f1d2d339e
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
SSH into a machine without checking host key. Useful when servers are in a rescue mode.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Reference in a new issue