0

I would like to use Azure Pipelines to call Open XLTerminal in Remote Ubuntu Server (called ServerYYY).

a) In Releases in Azure Pipelines, I tried to add "Deployment Group Job" task (which I followed this document to perform)

  1. Create Bash Task with Inline script lxterminal --title="MyScriptWindow" but having error:

    (lxterminal:26865): Gtk-WARNING **: 08:36:56.947: cannot open display:

b) In Releases in Azure Pipelines, I tried to add "Agent Job" task

  1. Create SSH Task to connect ServerYYY with Inline script lxterminal --title="MyScriptWindow"

    same error as above

How can I run task to open Open XLTerminal so that when I remote to ServerYYY, I can see the Teminal opening?

DaiKeung
  • 1,077
  • 1
  • 19
  • 38
  • Do you check X11Forwarding is enabled in the remote host's /etc/ssh/ssh_config – Hugh Lin Nov 21 '19 at 12:03
  • After I uncomment in ssh_config to set `ForwardAgent yes`, `ForwardX11 yes` & `ForwardX11Trusted yes` then restart Ubuntu Server to make is effective, I still fave same error in Azure Pipelines. – DaiKeung Nov 22 '19 at 03:35

0 Answers0