Home » Linux Tutorials » SSH

SSH

[Mar 12, 2013 | Views: 4,149]
LVM’s snapshot feature enables us to duplicate an LVM backed Xen DomU in seconds inside of the same volume group. When we want to duplicate LVM backed Xen DomU from ... read more »
[Feb 14, 2013 | Views: 99,472]
Git and SSH are both powerful tools, and git/ssh work well together. We introduce how to set up git server via ssh in this post. Git server through SSH is ... read more »
[Feb 9, 2013 | Views: 3,622]
We can set up a socks proxy on top of a SSH tunnel. Besides the common proxy functions, such as web browsing, the proxy on top of SSH tunnel also ... read more »
[Jan 24, 2013 | Views: 1,750]
This post is a tutorial for new users to set up git and clone and use the first repository. This post introduces how to start using git for new users. ... read more »
[Dec 9, 2012 | Views: 2,537]
Sometimes we need to have the GUI of some application on the remote server. ssh’s X11 forwarding with “-X” parameter is a good and fast method. But if we want ... read more »
[Dec 9, 2012 | Views: 726]
SSH is a very convenient tool on Linux that can be used to port forwarding, creating proxy and others besides its basic functions (remote shell). We can also use SSH ... read more »
[Nov 27, 2012 | Views: 2,245]
Automatic passwrod-less ssh login can make our life easier. To enable this, we need to copy our SSH public keys to the remote machines for automatic password-less login. We introduce ... read more »
[Nov 27, 2012 | Views: 6,879]
Port forwarding (or tunnelling) is a method to forward one network traffic to another. We will introduce how to forward ports using SSH tunnel in this post. A simple example Let’s start ... read more »
[Nov 27, 2012 | Views: 1,249]
Solutions to git server construction and management are summarised in this post. The post is keeping updating while new solutions is added to this site. Set up git server Setting Up Git ... read more »
[Nov 27, 2012 | Views: 1,837]
ssh, scp, sftp and vnc are frequently used tools (both servers and clients) on Linux. We may want to remote control a Linux box from Windows such as when we make ... read more »
[Nov 27, 2012 | Views: 447]
This is a simple tutorial for beginners to SSH to a Linux host. This is quite easy with the easy-to-use software freely available but the beginners need a tutorials to ... read more »