background preloader

Network

Facebook Twitter

Setting X11 Forwarding for GUI Applications - Namoroka. Smoothwall - Tunnelling VNC over SSH with PuTTY - Namoroka. Tunnelling VNC over SSH with PuTTY [Tunnelling over SSH will work with all versions of Smoothwall.] This page will show you how to tunnel VNC over a secure SSH connection using PuTTY, so you can securely administer computers which are behind your Smoothwall server via the internet. Information on tunnelling other types of TCP traffic SSH is also provided. For more information on tunnelling VNC over SSH, or if you're not using PuTTY, have a look at my Tunnelling VNC Over SSH page. Rather than using the root account for tunnelling traffic over SSH, you can create additional shell user accounts. VNC: VNC stands for Virtual Network Computing.

It allows you to remotely view and control a PC desktop, and will run on a wide variety of operating systems. Visit the VNC website for more information, or to download it. VNC and Security: Because access to a VNC desktop generally allows access to your whole computer, security is very important. Requirements: You'll need: 5 Basic Linux SSH Client Commands - Namoroka. By Ramesh Natarajan on May 27, 2008 Let us review the following 5 basic command line usage of the ssh client. Identify SSH client versionLogin to remote hostTransfer Files to/from remote hostDebug SSH client connectionSSH escape character usage: (Toggle SSH session, SSH session statistics etc.) 1.

SSH Client Version: Sometimes it may be necessary to identify the SSH client that you are currently running and it’s corresponding version number, which can be identified as shown below. Please note that Linux comes with OpenSSH. $ ssh -V OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 $ ssh -V ssh: SSH Secure Shell 3.2.9.1 (non-commercial version) on i686-pc-linux-gnu 2. The First time when you login to the remotehost from a localhost, it will display the host key not found message and you can give “yes” to continue.

Localhost$ ssh -l jsmith remotehost.example.com Host key not found from database. 3. Another common use of ssh client is to copy files from/to remote host using scp. 4. 5.