File: readme.txt

package info (click to toggle)
pythoncard 0.8.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,452 kB
  • sloc: python: 56,787; makefile: 56; sh: 22
file content (20 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PySSHed Version 0.3.1 README file

PySSHed is a simple SSH session manager for use on Linux and Windows platforms.
It allows you to store and manage your most frequently used sessions without
editing (and potentially invalidating) the default SSH config file on your PC.

PySSHed is intended primarily for use on a Linux machine, since most Windows
based SSH clients already have some sort of session manager built in. Just
to show how good Python and PythonCard are for cross platform development,
though, it will also interoperate with the free Windows SSH client, Putty.
This version of PySSHed was written in conjunction with a fresh install of
Putty-0.53, so if you have any success (or, indeed, failures) using it with
other versions of Putty under Windows, I'd be happy to hear about it.

The first time you run PySSHed, you'll be asked to specify some default
settings - any subsequent sessions you create will use the defaults as a
starting point, but you can change anything that's inappropriate on a
per-session basis.

Please refer to the changelog.txt file for a detailed revision history.