You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-20Lines changed: 21 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,11 @@ Currently, the project only maintains the `master` branch for releasing stable v
31
31
32
32
## TODO list
33
33
34
-
Rankings do not differentiate priority levels.
34
+
Rankings do not differentiate priority levels. Delete the corresponding entry after completion of the following content.
35
35
36
36
1. File transfer supports wildcards
37
37
2. Completing unit test code
38
38
3. Security-related features, such as encrypting configuration files, hiding sensitive information from plain text display, and switching to interactive password input
39
-
4. Support for key-based authentication
40
39
41
40
## Quick Start
42
41
@@ -76,9 +75,9 @@ Usage:
76
75
77
76
Available Commands:
78
77
alias Set, unset, and list aliases, aliases can be used to log in to servers
79
-
create Create alternate username, port number, password, and login cache information
80
-
delete Delete alternate username, port number, password, and login cache information
81
-
get Get alternate username, port number, password, and login cache information
78
+
create Create alternative username, port number, password, and login cache information
79
+
delete Delete alternative username, port number, password, and login cache information
80
+
get Get alternative username, port number, password, and login cache information
82
81
help Help about any command
83
82
prune Check if all current caches are available and clear the ones that are not available
84
83
scp Upload/Download file to/from the server through SSH protocol
@@ -99,16 +98,17 @@ The `"create"` command of `tryssh` is used to create various configurations for
99
98
100
99
```
101
100
$ tryssh create -h
102
-
Create alternate username, port number, password, and login cache information
101
+
Create alternative username, port number, password, and login cache information
103
102
104
103
Usage:
105
104
tryssh create [command]
106
105
107
106
Available Commands:
108
-
caches Create a alternate cache
109
-
passwords Create a alternate password
110
-
ports Create a alternate port
111
-
users Create a alternate username
107
+
caches Create an alternative cache
108
+
keys Create a alternative key file path
109
+
passwords Create an alternative password
110
+
ports Create an alternative port
111
+
users Create an alternative username
112
112
113
113
Flags:
114
114
-h, --help help for create
@@ -137,16 +137,17 @@ The `"delete"` command of `tryssh` is used to delete various configurations for
137
137
138
138
```
139
139
$ tryssh delete -h
140
-
Delete alternate username, port number, password, and login cache information
140
+
Delete alternative username, port number, password, and login cache information
141
141
142
142
Usage:
143
143
tryssh delete [command]
144
144
145
145
Available Commands:
146
-
caches Delete a alternate cache
147
-
passwords Delete a alternate password
148
-
ports Delete a alternate port
149
-
users Delete a alternate username
146
+
caches Delete an alternative cache
147
+
keys Delete a alternative key file path
148
+
passwords Delete an alternative password
149
+
ports Delete an alternative port
150
+
users Delete an alternative username
150
151
151
152
Flags:
152
153
-h, --help help for delete
@@ -178,16 +179,16 @@ The `"get"` command of `tryssh` is used to view various configurations for passw
178
179
179
180
```
180
181
$ tryssh get -h
181
-
Get alternate username, port number, password, and login cache information
182
+
Get alternative username, port number, password, and login cache information
0 commit comments