Wednesday, January 13, 2016

X11 tunneling with Tectia SSH client

https://support.ssh.com/manuals/client-user/61/client-tunnel-x11.html

Do "Edit/Tectia Connections"



ssh-broker-config.xml is in several places, verify that all files contains this

     <server-banners visible="yes" /> 
     <forwards> 
       <forward type="x11" state="on"/> 
       <forward type="agent" state="on"/> 
     </forwards> 


the files are:

  C:\Documents and Settings\PIPPO\AppData\Roaming\SSH\
   29.09.15│  5728│AI    │ssh-broker-config.xml
  C:\Documents and Settings\PIPPO\Application Data\SSH\
   29.09.15│  5728│AI    │ssh-broker-config.xml
  C:\Users\PIPPO\AppData\Roaming\SSH\
   29.09.15│  5728│AI    │ssh-broker-config.xml
  C:\Users\PIPPO\Application Data\SSH\
   29.09.15│  5728│AI    │ssh-broker-config.xml



No comments: