We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d5715 commit 3f97a88Copy full SHA for 3f97a88
book/04-git-server/sections/setting-up-server.asc
@@ -107,7 +107,7 @@ Now you can edit the shell for a user using `chsh <username> -s <shell>`:
107
$ sudo chsh git -s $(which git-shell)
108
----
109
110
-Now, the `git` user still only use the SSH connection to push and pull Git repositories but can't shell onto the machine.
+Now, the `git` user can still use the SSH connection to push and pull Git repositories but can't shell onto the machine.
111
If you try, you'll see a login rejection like this:
112
113
[source,console]
0 commit comments