Changes for page Continuous Integration

Last modified by Vincent Massol on 2023/04/25 14:02

<
From version < 29.3 >
edited by Vincent Massol
on 2019/06/09 11:43
To version < 30.1 >
edited by Vincent Massol
on 2019/10/16 13:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -173,6 +173,15 @@
173 173  
174 174  === Debugging ===
175 175  
176 +**Start remote Firefox**
177 +
178 +* For example, to start firefox on machine ##ks4##: {{code}}ssh -X <username>@<ks4 hostname>{{/code}}
179 +** For this to work you need to ensure that ##X11Forwarding## is set to ##yes## in ##/etc/ssh/sshd_config## on the remote machine:(((
180 +{{code}}
181 +sudo vi /etc/ssh/sshd_config
182 +{{/code}}
183 +)))
184 +
176 176  **Connect to the XVNC server**
177 177  
178 178  * Establish a SSH tunnel between your computer and the server on port 5901 (//ssh -L 5901:localhost:5901 <user@ip address>//)

Get Connected