This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6fc77317 Update index.apt
6fc77317 is described below
commit 6fc77317c4c97cf636b98e81daccc7e32cdd35d3
Author: Tomasz Mikulski <[email protected]>
AuthorDate: Thu Jun 15 22:42:05 2023 +0200
Update index.apt
Fix typo in sshd_config
---
content/apt/guides/getting-started/index.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/apt/guides/getting-started/index.apt
b/content/apt/guides/getting-started/index.apt
index 7fab196e..387c5966 100644
--- a/content/apt/guides/getting-started/index.apt
+++ b/content/apt/guides/getting-started/index.apt
@@ -1061,7 +1061,7 @@ mvn process-resources "-Dcommand.line.prop=hello again"
+----+
Note that if you are connecting to an openssh ssh server which has the
parameter "PasswordAuthentication" set to "no"
- in the sshd_confing, you will have to type your password each time for
username/password authentication
+ in the sshd_config, you will have to type your password each time for
username/password authentication
(although you can log in using another ssh client by typing in the username
and password).
You might want to switch to public key authentication in this case.