search for: estragon

Displaying 6 results from an estimated 6 matches for "estragon".

2025 Jan 10
2
[PATCH v2] ssh-add: support external parsing of key listing
...then + fail "ssh-add -l via agent fwd failed (exit code $r)" +fi +NUM_LINES=$(printf "%s" "$AGENT_LISTING" | wc -l) +if [ "$NUM_LINES" -ne 0 ]; then + fail "ssh-add -l via agent fwd still has keys" fi (printf 'cert-authority,principals="estragon" '; cat $OBJ/user_ca_key.pub) \ @@ -164,11 +173,7 @@ if [ $r -ne 0 ]; then fail "ssh-add -D failed: exit code $r" fi # make sure they're gone -${SSHADD} -l > /dev/null 2>&1 -r=$? -if [ $r -ne 1 ]; then - fail "ssh-add -l returned unexpected exit code: $r&qu...
2018 Apr 23
2
build-issue on AIX with openssh-7.7p1 - easy correction! included
On 23 April 2018 at 19:49, Michael Felt <michael at felt.demon.nl> wrote: [...] > run test agent.sh ... [...] > Question: I have not dug into the tests yet. Will copy to a "local" > directory, and not build out of tree and see if that fixes it (as it does > for many other packages). However, just in case it does not - how can I > fast-forward the tests to the
2025 Jan 10
1
[PATCH v2] ssh-add: support external parsing of key listing
...]; then + fail "ssh-add -l via agent fwd failed (exit code $r)" +fi +NUM_LINES=$(printf "%s" "$AGENT_LISTING" | wc -l) +if [ "$NUM_LINES" -ne 0 ]; then + fail "ssh-add -l via agent fwd still has keys" fi (printf 'cert-authority,principals="estragon" '; cat $OBJ/user_ca_key.pub) \ @@ -164,11 +173,7 @@ if [ $r -ne 0 ]; then fail "ssh-add -D failed: exit code $r" fi # make sure they're gone -${SSHADD} -l > /dev/null 2>&1 -r=$? -if [ $r -ne 1 ]; then - fail "ssh-add -l returned unexpected exit code: $r"...
2025 Jan 09
2
[PATCH] ssh-add: support parser-friendly operation
From: Corey Hickey <chickey at tagged.com> When ssh-add is used in a script like: if ! KEY_LISTING=$(ssh-add -l 2>&1) ; then echo "SSH agent error" >&2 exit 2 fi ...the operation fails when there is an agent but there are no keys in the agent. This is because ssh-add exits with status of 1. If the intent is to examine the keys in the agent,
2018 Apr 24
2
AIX make checks issue
...odes no HostKey /home/aixtools/openbsd/openssh-7.7p1/rsa HostKey /home/aixtools/openbsd/openssh-7.7p1/ed25519 -rw-r--r--??? 1 root???? system????????? 128 Apr 24 11:18 authorized_keys_root root at x066:[/home/aixtools/openbsd/openssh-7.7p1]cat authorized_keys_root cert-authority,principals="estragon" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIMGpu7gKKy23HIh/1P6+4gvqMnNjck5hAfm27jDJCKB root at x066 >> _______________________________________________ >> openssh-unix-dev mailing list >> openssh-unix-dev at mindrot.org >> https://lists.mindrot.org/mailman/listinfo/openss...
2018 Apr 21
4
build-issue on AIX with openssh-7.7p1 - easy correction! included
Get the following error: root at x065:[/data/prj/openbsd/openssh/openssh-7.7p1/openbsd-compat]make ??????? xlc_r -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -q64 -I. -I.. -I../../src/openssh-7.7p1/openbsd-compat -I../../src/openssh-7.7p1/openbsd-compat/.. -I/opt/include -DHAVE_CONFIG_H -c ../../src/openssh-7.7p1/openbsd-compat/strndup.c