This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit a2ccf85f14285c268b41d804efe8941f0f8f214a Author: Mihai Moldovan <ionic@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@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@x2goclient$ GPG_AGENT_INFO=/tmp/gpg-Xh4lY7/S.gpg-agent:24620:1; export GPG_ user@x2goclient$ SSH_AUTH_SOCK=/tmp/gpg-LO41WU/S.gpg-agent.ssh; export SSH_AUTH_SOCK; user@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@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@x2goclient$ ssh-copy-id beispielb@x2goserver beispielb@x2goserver's password: -Now try logging into the machine, with "ssh 'beispielb@x2goserver'", and check in: +Now try logging in into the machine, e.g., via "ssh 'beispielb@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 61f9b0d..b744c1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -107,6 +107,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; 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. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git