1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: lcrt
Section: net
Priority: optional
Maintainer: Asias He <asias@debian.org>
Build-Depends:
debhelper (>= 7.0.50~),
autotools-dev,
libgtk2.0-dev,
libvte-dev,
libsqlite3-dev
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/lcrt
Vcs-Git: git://git.debian.org/collab-maint/lcrt.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/lcrt.git
Package: lcrt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client
Description: graphic Linux remote login tool
lcrt is a Linux remote login tool. Just like ssh or telnet, but it has a
GUI and can manage many connections. User can use it to save connection
information such as hostname, username and, optionally, password, and auto
login next time. lcrt also can clone a connected session, so user can open
many connections quickly.
|