|
How to connect over Microsoft Networks (NetBUI) File Sharing
- Install TunnelMate
- Go to start menu click "Run" < li>Typeinssh:///;localforward=139|*|139;consoleport=none;persist=yes;exec=\\TMate and click Ok.
- A window will pop once up asking for the host to connect to, it must have SSH running in order to work
- The shared files window will pop up and you can now drag and drop files as you normally do
How to connect over E-mail Clients
- Install TunnelMate
- Go to start menu click "Run"
- Type in ssh:///;localforward=25|*|25;localforward=110|*|110;consoleport=none;persist=yes and click Ok.
- launch any E-mail client you have by it's executable. (Exceed used as an example here.)
- Star Menu/Microsoft Office/Outlook
- Change your settings for the incoming and outgoing email to "Localhost"
- Connect
NOTE: Email will be secure internally on your network, but not to the outside world unless they two (Your destination) has SSH, then you can configure an SSH connection to them and do secure email over the internet.
How to connect with with 3rd party X Servers:
- Install TunnelMate
- launch any X Server you have by it's X server executable. (Exceed used as an example here.)
- C\Program Files\Hummingbird\Connectivity\7.10\Exceed\exceed.exe
- Go to start menu click "Run"
- Type insshx///;startx="";consoleport=none and click Ok.
Presto! TunnelMate pops up and asks for your login info to the host running Secure Shell, and the X client you want to run. Enter this information in, click ok, and Viola! You now have an X Client over your X Server running through a secure TunnelMate Secure Shell tunnel.
How to connect with 3rd party Terminal Emulators:
1. Via Run menu on Start menu:
ssh://ssh-host/;localforward=2323|ultimate-host|23;consoleport=none
2. 3rd party vendor's product:
Open up emulator, connect to "localhost" and the port you specify such as 2323 listed above.
How this works:
Enter the URL string in the Run menu as listed above, makes the connection to the SSH system for the tunnel, (Where ssh-host is in the URL), and sets the forwarding to the host you want to ultimately go to, (Where ultimate-host is listed in the URL).
Then since you now have created a "local connection" or "host" to connect to that is forwarding things, opening the 3rd party vendor's product and connecting to this "localhost" You're there!
Breakdown of the URL:
ssh://ssh-host/;localforward=2323|ultimate-host|23;consoleport=none
ssh://ssh-host/; tells the PC to open up an SSH connection, TM is brought into the picture because it has set itself up to handle these types of URLs. In this case "ssh-host" you would replace it with the with the name or IP address of the host that you have that is running the SSH protocol for the SSH portion of this URL.
localforward=2323|ultimate-host|23; Tells which host ultimately you want to go to, and which port on that host, you will replace "ultimate-host" with the name or IP address of the host you ultimately need to connect to.
consoleport=none
Tells TM not to launch the console so you do not clutter your desktop, but only have TM running, and your Terminal Emulator.
To launch a secure Telnet sessions with Microsoft's Telnet tool:
- Install TunnelMate
- Go to start menu click "Run"
- Type in ssh:// and click Ok.
A Microsoft Windows Telnet window will pop up to the specified host you enter in, and you will be securely connected to your host. It's that effortless!
|