Mirror terminal #16760
Answered
by
martinpitt
jaitra1264
asked this question in
Q&A
Mirror terminal
#16760
|
Is there a feature that allows mirroring the cockpit terminal to the host terminal? |
Answered by
martinpitt
Dec 25, 2021
Replies: 1 comment
|
What do you mean with "the" host terminal? Cockpit's terminal is "a" host terminal in the same way SSH or graphical sessions are -- PTYs. I suppose you mean the non-pseudo-terminals, such as VT1. But Linux does not have a concept of "mirroring" such a terminal, they are (deliberately) isolated from one another. If you need such functionality, please use screen, tmux, byoby or similar terminal sharing solutions. |
0 replies
Answer selected by
martinpitt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you mean with "the" host terminal? Cockpit's terminal is "a" host terminal in the same way SSH or graphical sessions are -- PTYs. I suppose you mean the non-pseudo-terminals, such as VT1. But Linux does not have a concept of "mirroring" such a terminal, they are (deliberately) isolated from one another. If you need such functionality, please use screen, tmux, byoby or similar terminal sharing solutions.