quote:
Originally posted by Jarrod
if i could write putty session files i would use that.
You can change putty sessions by modifying the registry.
The putty sessions are stored in:
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions
Tunnels are stored in a string value called PortForwardings.
Each tunnel specification is separated by a comma.
Example (Forwards VNC,SMTP and POP3 in to the network of the SSH server.):
L5900=192.168.0.4:5900,L25=192.168.0.5:25,L110=192.168.0.10:110,