[go: up one dir, main page]

Menu

[r1]: / res / pac.1  Maximize  Restore  History

Download this file

73 lines (57 with data), 1.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.\" Preview this file with
.\" groff -man -Tascii pac.1
.\" Copy to /usr/share/man/man1
.\"
.TH pac 1 "MARCH 2010" Linux "User Manuals"
.SH NAME
pac \- Perl Auto Connector
.SH SYNOPSIS
.B pac [-start_tray]
.SH DESCRIPTION
.B pac
is a (simple?) GUI to manage/launch connections to remote machines with:
- Configurable [Pre|Post]-connection local commands execution.
- Configurable list of macros (commands) to send to connected client.
- Configurable list of macros (commands) to execute locally when connected.
- Configurable list of conditional executions on connected machine via 'Expect':
. forget about SSH certificates
. chain multiple ssh connections
. automate tunnels creation
. etc
- Ability to connect to machines through a Proxy server!
- TABBED/WINDOWED terminals
- Possibility to *CLUSTER* terminals!!
- Seamless Gnome/Gtk integration.
- Tray icon for 'right button' quick launching of managed connections.
- Written in Perl/Gtk (wait, *is* that a feature? Well, it is for me! ;=)
.SH OPTIONS
.IP -start_tray
Initialise
.B pac
minimized to tray.
.SH FILES
.I ~/.pac/
.RS
Per user configuration directory.
.SH ENVIRONMENT
Uses next Gnome's configuration paths:
.IP /system/http_proxy/host
Takes this proxy path
.IP /system/http_proxy/port
Takes this proxy port
.IP /system/http_proxy/authentication_user
Takes this proxy user name
.IP /system/http_proxy/authentication_password
Takes this proxy password
.SH BUGS
Well... I thinks that by this version, there should not be any known bugs but, I'm sure you 'will' find some. If so, please, let me know!
.SH AUTHOR
David Torrejón Vaquerizas <david.tv@gmail.com>
.SH "SEE ALSO"
.BR ssh (1),
.BR sftp (1),
.BR telnet (1)
.BR rdesktop (1)
.BR vncviewer (1)
.BR remote-tty (1)
.BR cu (1)