var fDesc=new Array(); fDesc[0] = "F-Secure SSH client is one of the famous programs used to control a remote Linux machine running SSH ( Secure Shell ) server using a windows machine.

-The program supports multiple profiles of users as well as changing the layout color , fonts and style.

-One of the most interesting features of this client which makes it better than the most popular SSH client PUTTY is that the support for File Transfer over the SFTP ( Secure File Transfer Protocol ) which enables the system administrator to download / upload files to/from the remote Linux server without the need for installing any additional program on his computer neither the remote linux server.

- The other most wonderful feature is the security of this software , as it supports connecting to the remote machine from behind a firewall such as socks4/5 , proxies and it also supports local/remote tunneling. Not only this but it also supports private keys authentication methods that replaces the old fashioned regular password authentication system and is very secure to it.

- The program is very flexible thanks to the keyboard shortcuts feature."; 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 = ''; } }