Usually I manage the packages on remote debian servers via SSH using aptitude or apt-get in CLI mode. Aptitude also does have an ugly interactive mode. However, on desktop systems I love the comfort and overall view of GUI tools like Synaptic.
Is it somehow possible to configure a local desktop system to manage an SSH remote server? I could imagine some chroot environment with mounted sshfs FUSE filesystems, however, I have no clue how to setup such an environment to get it work with Synaptic connected to the local display managing apt tools on remote side. There is no xserver running on the remote server.
Any alternative approach is welcome as well.