Download ipk
Requirements
Configuration
Running
Troubleshooting
Server configuration information is stored in two files:
Note that you can always type a name of a new server in the dialog input box, if it is not listed in this configuration file.
Example:
This file contain configuration of your SMTP, POP3, VNC and HTTP servers.
Configure the proxy information using the Network Wizard: Select "HTTP Proxy" and use "localhost" for the address and the port number defined by HTTP_LOCAL_PORT.
Create a new account and configure both POP3 and SMTP servers as "localhost" and use the port numbers configured with SMPT_LOCAL_PORT and POP3_LOCAL_PORT.
Troubleshooting
The most effective way to troubleshoot your installation is to go through all the steps manually before attempting to use zkeychain.
What is Keychain?
As explained in the keychain homepage:
Keychain is a manager for OpenSSH, ssh.com, Sun SSH and GnuPG agents. It acts as a front-end to the agents, allowing you to easily have one long-running agent process per system, rather than per login session. This dramatically reduces the number of times you need to enter your passphrase from once per new login session to once every time your local machine is rebooted.
Why do I need it?
Well, you don't necessarily need it, but if you use ssh, it can make your life much easier. In addition to eliminating the need to retype your passphrase every time you start a ssh or scp session, it provides a simple GUI to setup encrypted tunnels for SMTP, POP3, HTTP and VNC traffic.
Requirements
Configuration
In this file, you can list addresses of servers you contact frequently. Addresses should be listed one per line in numerial IP format or as a server name. Comments or information other than valid server address are not allowed. The contents of this file are listed in the "SSH Server" list input dialog window.
192.168.0.13
192.168.0.14
ssh_server1
ssh_server2
ssh_server.org
# zkeychain.conf
# This file contains the configuration of zkeychain
# Minimum configuration required:
# SSH_USERH_NAME and at least one server
#
# Set variable below will provide debug information
DEBUG=Y
# server configuration
SSH_SERVER_USERNAME=
SMTP_SERVER=
POP3_SERVER=
VNC_SERVER=
# Default port configuration
# Uncomment and change if needed
#
# Your e-mail client should be configure to use these ports
#SMTP_LOCAL_PORT=8025
#POP3_LOCAL_PORT=8110
# These are the ports used by your servers
#POP3_REMOTE_PORT=110
#SMTP_REMOTE_PORT=25
# The VNC server and client must be configure to listen on these ports
# On the Z, the VNC client should connect to the
# VNC_LOCAL_PORT at localhost
#VNC_LOCAL_PORT=5900
#VNC_REMOTE_PORT=5900
# Set variable below to tunnel HTTP traffic
TUNNEL_HTTP=Y
# The proxy configuration for your network connection should be
# localhost:HTTP_LOCAL_PORT
# You need a proxy such as squid running on SSH_SERVER
# listening on HTTP_REMOTE_PORT
#HTTP_LOCAL_PORT=3128
#HTTP_REMOTE_PORT=3128
http_proxy="127.0.0.1:3128"
http_proxy:http://127.0.0.1:3128/
Running ZKeychain
ssh -l username server
Sat Mar 26 12:52:32 EST 2005