sshmenu 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/sshmenu/sampleconfig.yml +3 -2
- data/lib/sshmenu/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68822cd53b813b75cf2bb4d02674d34e1c79e12c
|
4
|
+
data.tar.gz: 82cbff3bc2db0157242baf058c90597a16e1e702
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96e4591509a41b3c518af6900447466eb1fa95dea44cfc6a08e6f321aaef86c418c245719da6b5ad10afa794e70f05417d3d5739a6a0ff519c70e7dabffed65d
|
7
|
+
data.tar.gz: 9ce104c63c49f759169a8e0af5b48375d859f61692cb3956952d54018049bc703be4d4c05a2d77c04954a8789aca2a3b3432614e58778f87bc724c6e7e29ef4f
|
@@ -3,8 +3,9 @@
|
|
3
3
|
# YAML configuration file for sshmenu.
|
4
4
|
# See http://www.yaml.org if there are questions
|
5
5
|
# regarding the syntax.
|
6
|
-
# Passwords
|
7
|
-
# use of public key authentication
|
6
|
+
# Passwords cannote be encrypted and stored securly
|
7
|
+
# in this file. The use of public key authentication
|
8
|
+
# is recommended.
|
8
9
|
#
|
9
10
|
general:
|
10
11
|
ssh_exec: /usr/bin/ssh
|
data/lib/sshmenu/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sshmenu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ti
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -25,10 +25,9 @@ dependencies:
|
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '11.2'
|
27
27
|
description: |
|
28
|
-
This gem provides the executable 'sshmenu'
|
29
|
-
a list of configured ssh connections. From the list you can
|
30
|
-
directly connect to one of the ssh servers or edit the
|
31
|
-
available ssh connections.
|
28
|
+
This gem provides a simple ssh menu for the command line via the executable 'sshmenu'.
|
29
|
+
It basically brings up a list of configured ssh connections. From the list you can
|
30
|
+
directly connect to one of the ssh servers or edit the available ssh connections.
|
32
31
|
email:
|
33
32
|
- thefutureisunwritten@gmx.de
|
34
33
|
executables:
|