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),
pkg-config,
libglib2.0-dev (>= 2.27),
libdee-dev (>= 0.5.16),
libunity-dev (>= 3.6.2),
python-all,
python-distutils-extra
Standards-Version: 3.9.1
Homepage: https://launchpad.net/unity-sshsearch-lens
Package: unity-lens-sshsearch
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
gir1.2-unity-4.0,
gir1.2-dee-0.5,
python-paramiko
Description: Unity SSHSearch Lens
This lens allows the user to search for hostnames in the ~/.ssh/config and ~/.ssh/known_hosts file. When you activate the search result a ssh connection with the founded hostname will start. Log out and log in again to activate it.
|