bastion-cli 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bastion/version.rb +1 -1
- data/readme.md +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db6b6b3278f390d6462f7a60df6a790a7ff4344c
|
4
|
+
data.tar.gz: 66fe27eaf42ae4e3c593beae1110bf741826c080
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b97239723da2c0290aad6826cfe83018de594e0c8202b11e93424e3c39c10b496d8988e395f8438114bee8f6f5896e10a5c70949d671b5018b2b9e9d94d288d
|
7
|
+
data.tar.gz: 6c5c338ef85b4c153f632a6a45ec8f21ad26367d1e951c320ea9874c21e2b391488ed5efcc4ec70d0f22e5eea56c0e55a46cafc6f5a6e193d5ccbe11ef94bf0c
|
data/lib/bastion/version.rb
CHANGED
data/readme.md
CHANGED
@@ -21,10 +21,10 @@ bastion
|
|
21
21
|
bastion ssh 10.1.2.3
|
22
22
|
|
23
23
|
# To log into an instance specifying a bastion host
|
24
|
-
bastion ssh 10.1.2.3 --host
|
24
|
+
bastion ssh 10.1.2.3 --host 12.34.56.78
|
25
25
|
|
26
26
|
# To log into an instance specifying a bastion host and make it default
|
27
|
-
bastion ssh 10.1.2.3 --host
|
27
|
+
bastion ssh 10.1.2.3 --host 12.34.56.78 --save
|
28
28
|
|
29
29
|
# To show the default bastion host
|
30
30
|
bastion host
|
@@ -36,7 +36,7 @@ bastion host bastion.example.com
|
|
36
36
|
bastion tunnel
|
37
37
|
|
38
38
|
# To open a tunnel using the default bastion host on port 1337
|
39
|
-
bastion tunnel 1337
|
39
|
+
bastion tunnel 1337 --host 12.34.56.78
|
40
40
|
```
|
41
41
|
|
42
42
|
You can also set the `BASTION_HOST` environment variable with the address of the
|