Logo
My Journal
Tag

SSH

Tag

Type Less With SSH Aliases

first this is to make sure you have installed SSH by using this command [php]sudo apt-get install openssh-server[/php] then you will edit SSH config file with this command [php]sudo nano /etc/ssh/ssh_config[/php] and add this on the end of the file [php]# Alias Host (hostname) HostName (hostna...

Continue reading ...

Keeping SSH Sessions Alive

I noticed recently that ssh connections from my Dedicated Centos Server to my Fedora server would time out and disconnect if I left the connection idle for a long period of time. This really annoyed me, as you have to login again specially if you have some edited files open and forgot to save the c...

Continue reading ...

PuTTY SSH Client for Nokia N95

i have been thinking about this app PuTTY for Symbian OS, an SSH client for my new Nokia N95. After figuring out the correct version to download, there are several versions available for the different editions of Symbian, the installation was super easy and simply consisted of clicking a few confirm...

Continue reading ...