Você pode usar o xming e o encaminhamento do X11 em putty
De link :
To run Xming:
Launch Xming. An Xming icon will appear in the Windows system tray. Xming does not require additional configuration.
Launch PuTTY.
In the left menu pane, expand the "SSH" option under "Connection".
Select "X11", and the options controlling SSH X11 forwarding will appear.
Check the box to enable X11 forwarding, and enter ":0.0" for the X display location.
PuTTY X11
Go back to the "Session" category, enter the server information, and open the session.
You should now be able to launch graphical applications such as "gedit" from the command line.
If you wish to open multiple applications in multiple windows, append "&" to the end of the command to allow the execution of multiple programs.
Example:
gedit &
eclipse &
Pode ser necessário especificar um número de exibição diferente.
Veja: É Existe um comando para listar todas as exibições abertas em uma máquina?
No entanto, se você estiver procurando apenas uma sessão ssh, a pasta deverá funcionar. Ao fazer o login, você pode configurar uma screen
sessão.
Se você se desconectar depois de algum tempo, poderá:
Relacione a sessão da tela:
screen -ls
Saída:
bob@bob-p7-1298c:~/Desktop/scripts/SG-bash_amazon$ screen -ls
There are screens on:
13091.pts-25.bob-p7-1298c (11/27/2014 09:52:29 PM) (Detached)
11763.pts-8.bob-p7-1298c (11/27/2014 06:44:40 PM) (Detached)
2 Sockets in /var/run/screen/S-bob.
E escolha as sessões de volta por:
screen -x 13091
OR
screen -x 11763