To share the same interface when on a Linux server you can use screen
To start a session:
screen -S {session-name}
To join a session:
screen -x {session-name}
Both administrators will then be able to type commands fully visible to each other.
Tagged: screen Toggle Comment Threads | Keyboard Shortcuts
-
harlekwinblog
Reply