File README of Package yast-mgmt-qt-container
# SSH with X Forwarding
You can use the yast-mgmt-qt image remotely or with your local X server.
The ALP by default does not support using X forwading, you need to configure
the system first.
## Installing `xauth` Package
SSH X forwarding requires the `xauth` package installed on the remote machine.
That package is not installed in the default ALP system, you need to install it
manually.
In standard ALP:
transactional-update pkg install xauth
In non-transactional ALP:
zypper install xauth
If you run this from an SSH session then you need to relogin to activate the
X forwarding, see below.
## SSH Connection
To use the SSH X forwarding add the `-X` SSH option to the command line.