What is SSH, why do you need SSH, using openSSH in cygwin environment
Stands for Secure Shell, SSH is network protocol for secure connection. Protocol like ftp, telnet, rlogin are not secure; the data can be intercepted in between.
SSH is must for you if data security is of utmost importance to you
I use it currently for extreme convenience in managing my site hosted in some remote server.
All I need to connect to my Server using SSH in cygwin environment in Windows or then after it’s like me sitting in server and working on my system in bash shell. Through cygwin you can us the SSH client – openSSH
With my 256Kbps speed how much time should I take to have a software say of 10MB size ready to install?
The answer is 10 seconds. Wondering how?
In example below it downloads gallery2 in my server and unzips it
ssh username@domainname #it will prompt for password, enter password wget http://downloads.sourceforge.net/gallery/gallery-2.3-full-en.zip unzip gallery-2.3-full-en.zip
Now the files are ready for you to install
Is not it easy, fast and secure?
So if you are choosing a web hosting portal for your “non-hobby” site then make sure it has SSH feature for you.
P.S: Some 2/3 years back my web hosting portal did not have SSH. Upon knowing Gurudeva told me SSH is first thing that he looks for to choose a web hosting portal. After that I changed my web hosting portal to the current one. That time I did not know the use of it, now I realize the power of SSH.
Recent Entries
- Clicking on Radio button hangs for MFC based dialog Application
- zFeeder – Making PHP 5.3 + compatible, solving ‘Function ereg_replace() is deprecated’
- How to multilingualize or localize URL in Gallery2 – enhancement of multilang module to create multilingual URLs, Multi-language URL for SEO with Multi Language Module
- Fix for mergelog, fails with error “abort due to a problem” for dummy records of apache access logs
- Shepherds life in mountain
- The modern marriage culture among mate
- Do you know that barter system still exists in most villages in uttarakhand, may be true for many other parts of India also
- How to catch copy paste from explorer using shell extension? ICopyHook alternative for files and folder
- How to convert ASCII/UNICODE string to hex string? Function/API to convert to hex string
- How to solve ‘ReadFile hangs’ for named pipe client/server – sample working code for named pipe