Project

General

Profile

tickets #117898

Updated by GraceWang about 1 year ago

Description:   
 SLED login to SLES (sshd enabled) over ssh and try to run a graphical 
 application (gedit for instance).   
  
 Setup:   
 Client: SLED15SP5 SLED15   
 Server: SLES15SP5 SLES12SP3 with ssh service enabled and ssh port opened   
  
 Steps:   
 1. Open a terminal on SLED and log in SLES via:   
     ssh -X username@IP_of_SLES   
 2. Type 'gedit' in the terminal, then input something, close and save it 
 if gedit was launched remotely   
 3. Type 'gnome-control-center info' in the terminal then close the popup 
 window   
 4. Type 'exit' in the terminal 

 **Expected Result:** 
 1. Log in SLES successfully   
 2. gedit launched and the test file can be saved   
 3. The gnome-control-center info launched and we can see the SLES's 
 information in the window

Back