owssh 0.0.26 → 0.0.27
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/lib/owssh.rb +7 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 027bc9e654a8e70857d76e4dea7870146221efe5
|
4
|
+
data.tar.gz: 991831baa85550fa981d27a563058985de05bce1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b701f16e18d54d2cc6607d838aebc538ffeaec5f2c9d7962b82a9d26456ff02b03466d9423eb550641be7a7da7650e8960bf87b72add0a944db5b85a13c1a3e5
|
7
|
+
data.tar.gz: 4b261ec14871aa7541628dca8e8057663e4537109280e61165ad62267d436a77a3ff417a2a1a12aa79aed995058861bc5245c1fbc0c3dc1082edca8885ed896a
|
data/lib/owssh.rb
CHANGED
@@ -91,6 +91,13 @@ class Owssh
|
|
91
91
|
puts ""
|
92
92
|
puts " Type - The type of host. I.E. rails-app, resque, etc..."
|
93
93
|
puts " Hostname - The name of the host. I.E. rails-app1, resque1, etc..."
|
94
|
+
puts ""
|
95
|
+
puts "Environment Variables:"
|
96
|
+
puts " AWS_DEFAULT_PROFILE Defines the AWS config profile to use"
|
97
|
+
puts " OWSSH_SSH_KEY_FILE Path to your ssh key file"
|
98
|
+
puts " OWSSH_AWS_CONFIG_FILE Path to your aws config file if you want it to be different from default"
|
99
|
+
puts " OWSSH_USER The user to SSH as. Default is ubuntu"
|
100
|
+
puts ""
|
94
101
|
exit
|
95
102
|
end
|
96
103
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: owssh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Philip Hutchins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: command_line_reporter
|