[X2Go-Commits] [x2goclient] 15/87: HOWTO.GPGCARD: fix typos and grammar.

git-admin at x2go.org git-admin at x2go.org
Wed Mar 4 22:14:22 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/cleanup
in repository x2goclient.

commit 91a7ceae6ea077fbc05b7c5f65498e0828e26d34
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Feb 13 21:43:41 2015 +0100

    HOWTO.GPGCARD: fix typos and grammar.
---
 HOWTO.GPGCARD    |   12 ++++++------
 debian/changelog |    1 +
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/HOWTO.GPGCARD b/HOWTO.GPGCARD
index ff56a41..39cc88f 100644
--- a/HOWTO.GPGCARD
+++ b/HOWTO.GPGCARD
@@ -100,7 +100,7 @@ IMPORTANT: login Name is a name of user on remote system
 2.1 start gpg-agent with ssh support
 
 Be sure, that pinentry-x2go is installed. For test purposes you can use other pinentry program, but for
-x2goclient pinentry-x2go is requered (pinentry-x2go-gtk if you are using gtk version of x2goclient)
+x2goclient pinentry-x2go is required (pinentry-x2go-gtk if you are using the gtk-version of x2goclient)
 
 user at x2goclient$ gpg-agent --enable-ssh-support --daemon --pinentry-program /usr/bin/pinentry-x2go
 GPG_AGENT_INFO=/tmp/gpg-Xh4lY7/S.gpg-agent:24620:1; export GPG_AGENT_INFO;
@@ -112,18 +112,18 @@ user at x2goclient$ GPG_AGENT_INFO=/tmp/gpg-Xh4lY7/S.gpg-agent:24620:1; export GPG_
 user at x2goclient$ SSH_AUTH_SOCK=/tmp/gpg-LO41WU/S.gpg-agent.ssh; export SSH_AUTH_SOCK;
 user at x2goclient$ SSH_AGENT_PID=24620; export SSH_AGENT_PID;
 
-2.3 You can check the key on your smartcard with command:
+2.3 You can check the key on your smartcard with:
 user at x2goclient$ ssh-add -l
 1024 ef:d5:8c:37:cb:38:01:8d:c2:30:00:ac:93:a2:43:98 cardno:000000000042 (RSA)
 
-2.4 Copy public part of your key to remote computer
+2.4 Copy the public part of your key to the remote computer
 user at x2goclient$ ssh-copy-id beispielb at x2goserver
 beispielb at x2goserver's password:
-Now try logging into the machine, with "ssh 'beispielb at x2goserver'", and check in:
+Now try logging in into the machine, e.g., via "ssh 'beispielb at x2goserver'", and check:
 
-  .ssh/authorized_keys
+  ~/.ssh/authorized_keys
 
 to make sure we haven't added extra keys that you weren't expecting.
 
 2.5 Testing ssh connection
-
+TBD
diff --git a/debian/changelog b/debian/changelog
index 361fcfb..affb9b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -133,6 +133,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; urgency=medium
       x2goclient.pro.
     - Remove executability from x2goclient.pro.
     - Fix typos and update URL's in INSTALL file.
+    - Fix typos and grammar in HOWTO.GPGCARD.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Thu, 19 Feb 2015 12:49:22 +0100
 

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list