#1 working with headless machines
Posted: Sun Oct 04, 2020 6:08 pm
So - no keyboard, no mouse, no monitor, no TeamViewer
As long as you have a network connection and have sshd running, you can do almost anything from another Linux machine. On your workstation ..
ssh -Y root@remoteMachine - gets you a shell prompt on the remote machine and the Y parameter sets up the environment to display graphics on your own workstation. Then it is just a case of knowing the commands used by the linux desktop.
e.g.
# gnome-control-center network runs the X11 client to setup the network on the remote BUT displays the whole thing on your own workstation
As long as you have a network connection and have sshd running, you can do almost anything from another Linux machine. On your workstation ..
ssh -Y root@remoteMachine - gets you a shell prompt on the remote machine and the Y parameter sets up the environment to display graphics on your own workstation. Then it is just a case of knowing the commands used by the linux desktop.
e.g.
# gnome-control-center network runs the X11 client to setup the network on the remote BUT displays the whole thing on your own workstation