var fDesc=new Array(); fDesc[0] = "OpenText Secure Shell helps organizations achieve security compliance by providing Secure Shell (SSH) capabilities as an add-on product.

OpenText Secure Shell is an add-on to a wide selection of OpenText Connectivity Solutions, including Exceed, Exceed PowerSuite, HostExplorer and OpenText NFS Client. It can seamlessly encrypts application network traffic in compliance with industry regulations, such as FIPS 140-2. As a tightly integrated add-on component for OpenText Connectivity Solutions, it offers great transparency to end users, affecting neither their workflow nor productivity."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }