Written by

Question Touggourt · Apr 5, 2025

IRIS Terminal remote connection

Hi 

Is there a way to remote connect to IRIS terminal from my local machine?

I can remote connect to Studio & SMP from my locally windows installed IRIS cube to another IRIS installation in a Linux server, but not the case when trying to connect to the Terminal, is there a way to do so? I'm currently using ssh client but that one times out quickly     

 

Thanks 

Product version: IRIS 2025.1

Comments

Jeffrey Drumm · Apr 5, 2025

Are you using VS Code? With the Intersystems plugins installed, IRIS Terminal Lite is available on version 2025.1.

Unless the Linux system admin has set session timeouts for ssh, you shouldn't be timing out. The default settings (for Redhat and Ubuntu, at least) do not time you out.

0
Timo Lindenschmid · Apr 7, 2025

Hi,

what SSH client are you using? Putty perchance?
If so try to set the KeepAliveTimeout to something other than 0 say 60

This usually solves the issue of being disconnected for me.

0