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
|
Source: unity-lens-sshsearch
Section: gnome
Priority: optional
Maintainer: Bernd Schlapsi <brot@gmx.info>
Build-Depends: debhelper (>= 7.0.50~), python, python-distutils-extra
Standards-Version: 3.9.1
Homepage: https://launchpad.net/unity-sshsearch-lens
Package: unity-lens-sshsearch
Architecture: all
Depends: ${misc:Depends},
python2.7 | python2.6,
python (>= 2.6),
python (<< 2.8),
gir1.2-unity-4.0,
gir1.2-dee-0.5,
python-paramiko
Suggests: apparmor (>= 2.3)
Description: SSH search lens for unity
This lens allows the user to search for hostnames in ~/.ssh/config
and ~/.ssh/known_hosts.
.
When you activate a search result an ssh connection with the selected
hostname will start.
|