Jan 182012
 

SSH Config VPN TunnelA virtual private network (VPN) extends a private network and the resources contained in the network across public networks like the Internet. It enables a host computer to send and receive data across shared or public networks as if it were a private network with all the functionality, security and management policies of the private network. This is done by establishing a virtual point-to-point connection through the use of dedicated connections, encryption, or a combination of the two.

The VPN connection across the Internet is technically a wide area network (WAN) link between the sites but appears to the user as a private network link—hence the name “virtual private network”.[2]

To do ssh connection through vpn or any other proxy, is a bit more complicated then in our previous example “SSH Config”. Continue reading »

 Posted by at 4:35 am  Tagged with:
Jan 182012
 

SSH Config Easier LoginsSecure Shell (SSH) is a cryptographic network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers that connects, via a secure channel over an insecure network, a server and a client (running SSH server and SSH client programs, respectively). The protocol specification distinguishes two major versions that are referred to as SSH-1 and SSH-2.

The best-known application of the protocol is for access to shell accounts on Unix-like operating systems (it can be used in a similar fashion for accounts on Windows, though it is not a very popular option due to Remote Desktop Services[citation needed]). It was designed as a replacement for Telnet and other insecure remote shell protocols such as the Berkeley rsh and rexec protocols, which send information, notably passwords, in plaintext, rendering them susceptible to interception and disclosure using packet analysis. The encryption used by SSH is intended to provide confidentiality and integrity of data over an unsecured network, such as the Internet.

Have you ever wanted to login to ssh with only few words? Instead of typing all of that lengthy information. You can configure your ssh to do most of the work for you.
Continue reading »

 Posted by at 4:24 am  Tagged with:
Jan 022011
 

Use ProxyChains for SSH TunnelThis tutorial will show you how to install and configure proxychains to use with your ssh client on ubuntu linux. This can redirect connections through proxy servers and VPN connection. ProxyChains allows to run any program through HTTP or SOCKS 4/5 proxy. Continue reading »

Dec 222010
 

Configure SSH Server Secure Shell (SSH) is a network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers that it connects via a secure channel over an insecure network. Continue reading »

StatCounter WhosAmungUs