File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ sshbook local ls
20
20
```
21
21
Add a connection named local to localhost with the X forwarding (-Y) option
22
22
```
23
- sshbook -a -o -Y local user@localhost
23
+ sshbook-add -o "-Y" local user@localhost
24
24
```
25
25
Add a connection based on the hostname got from the enviorment variable
26
26
```
27
- sshbook -a -s ENV['HOSTNAME'] local user
27
+ sshbook-add -s ENV['HOSTNAME'] local user
28
28
```
29
29
Add a connection that executes ls
30
30
```
31
- sshbook -a -c ls local user@localhost
31
+ sshbook-add -c ls local user@localhost
32
32
```
33
- Delete the local connection
33
+ Delete the " local" connection
34
34
```
35
35
sshbook -d local
36
36
```
@@ -45,7 +45,7 @@ sshbook -t -r folder host
45
45
46
46
Install
47
47
=======
48
- Just copy sshbook from the bin folder to /usr/bin and chmod a+x /usr/bin/sshbook
48
+ Just copy ` sshbook ` and ` sshbook-add ` from the bin folder to /usr/bin and ` chmod a+x /usr/bin/sshbook `
49
49
50
50
.sshbook.yml configuration file
51
51
===============================
@@ -56,4 +56,4 @@ The options tag is optional.
56
56
57
57
License
58
58
=======
59
- sshbook is licensed under the MIT License. See [ LICENSE.md] (https://github.com/otzy007/sshbook/blob/master/LICENSE.md ) for details.
59
+ sshbook is licensed under the MIT License. See [ LICENSE.md] (https://github.com/otzy007/sshbook/blob/master/LICENSE.md ) for details.
You can’t perform that action at this time.
0 commit comments