Skip to content

Commit db5cfec

Browse files
authored
Merge pull request #416 from omahs/patch-1
2 parents 672ef17 + dd4a210 commit db5cfec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Shared connection to localhost closed.
6161
$
6262
```
6363

64-
If the association fails and you are promted for a password, verify that the host you're connecting from has a SSH key set up or generate one with ```ssh-keygen -t rsa```
64+
If the association fails and you are prompted for a password, verify that the host you're connecting from has a SSH key set up or generate one with ```ssh-keygen -t rsa```
6565

6666
Drop an interactive administrator shell
6767

@@ -135,7 +135,7 @@ Used by educators to provide temporary access to students. [Feedback from a teac
135135

136136
There are companies who use a jump host to monitor connections at a single point.
137137

138-
A hosting company is using SSHportal for its “logging” feature, among the others. As every session is logged and introspectable, they have a detailed history of who performed which action. This company made its own contribution on the project, allowing the support of [more than 65.000 sessions in the database](https://github.com/moul/sshportal/pull/76).
138+
A hosting company is using SSHportal for its “logging” feature, among others. As every session is logged and introspectable, they have a detailed history of who performed which action. This company made its own contribution to the project, allowing the support of [more than 65.000 sessions in the database](https://github.com/moul/sshportal/pull/76).
139139

140140
The project has also received [multiple contributions from a security researcher](https://github.com/moul/sshportal/pulls?q=is%3Apr+author%3Asabban+sort%3Aupdated-desc) that made a thesis on quantum cryptography. This person uses SSHportal in their security-hardened hosting company.
141141

@@ -155,7 +155,7 @@ If you need to invite multiple people to an event (hackathon, course, etc), the
155155
* User management (invite, group, stats)
156156
* Host Key management (create, remove, update, import)
157157
* Automatic remote host key learning
158-
* User Key management (multile keys per user)
158+
* User Key management (multiple keys per user)
159159
* ACL management (acl+user-groups+host-groups)
160160
* User roles (admin, trusted, standard, ...)
161161
* User invitations (no more "give me your public ssh key please")
@@ -184,7 +184,7 @@ If you need to invite multiple people to an event (hackathon, course, etc), the
184184

185185
* Does not work (yet?) with [`mosh`](https://mosh.org/)
186186
* It is not possible for a user to access a host with the same name as the user. This is easily circumvented by changing the user name, especially since the most common use cases does not expose it.
187-
* It is not possible access a host named `healthcheck` as this is a built in command.
187+
* It is not possible to access a host named `healthcheck` as this is a built-in command.
188188

189189
---
190190

@@ -215,7 +215,7 @@ cp sshportal.db sshportal.db.bkp
215215

216216
# run the new version
217217
docker run -p 2222:2222 -d --name=sshportal -v "$(pwd):$(pwd)" -w "$(pwd)" moul/sshportal:v1.10.0
218-
# check the logs for migration or cross-version incompabitility errors
218+
# check the logs for migration or cross-version incompatibility errors
219219
docker logs -f sshportal
220220
```
221221

@@ -276,7 +276,7 @@ cp sshportal.db sshportal.db.bkp
276276

277277
By default, the configuration user is `admin`, (can be changed using `--config-user=<value>` when starting the server. The shell is also accessible through `ssh [username]@portal.example.org`.
278278

279-
Each commands can be run directly by using this syntax: `ssh admin@portal.example.org <command> [args]`:
279+
Each command can be run directly by using this syntax: `ssh admin@portal.example.org <command> [args]`:
280280

281281
```
282282
ssh admin@portal.example.org host inspect toto
@@ -446,7 +446,7 @@ ssh localhost -p 2222 -l hostname
446446

447447
By default, `sshportal` uses a local [sqlite](https://www.sqlite.org/) database which isn't scalable by design.
448448

449-
You can run multiple instances of `sshportal` sharing a same [MySQL](https://www.mysql.com) database, using `sshportal --db-conn=user:pass@host/dbname?parseTime=true --db-driver=mysql`.
449+
You can run multiple instances of `sshportal` sharing the same [MySQL](https://www.mysql.com) database, using `sshportal --db-conn=user:pass@host/dbname?parseTime=true --db-driver=mysql`.
450450

451451
![sshportal cluster with MySQL backend](https://raw.github.com/moul/sshportal/master/.assets/cluster-mysql.png)
452452

0 commit comments

Comments
 (0)