Feedback on AddKeysToAgent ssh_config(5) option

2015-11-17 Thread Iain Morgan
Hello,

Regarding the recently added AddKeysToAgent ssh_config(5) option, it
would also be nice to specify a key timeout when adding keys via this
option.

Given that the agent is normally started automatically for the user (on
OpenBSD and other operating systems) the user normally doesn't have the
opportunity to specify any command-line options to ssh-agent. So, if you
want to specify a key timeout the typical approach is to do so when
adding the keys.

Perhasp an AgentTimeout option could be added? Alternatively, the syntax
of AddKeysToAgent could be extended, e.g. "AddKeysToAgent yes:10m" Of
the two, adding AgentTimeout seems cleaner.

One other thought, I suspect that having both "ask" and "confirm" as
vaild arguments to AddKeysToAgent will cause some confusion. However, I
don't have a suggestion to address this.

-- 
Iain Morgan



Minor grammar tweak to tmux.1

2015-02-04 Thread Iain Morgan
Adjust the description of find-window to avoid a contraction, and adjust
the word order.

Index: tmux.1
===
RCS file: /cvs/src/usr.bin/tmux/tmux.1,v
retrieving revision 1.412
diff -u -r1.412 tmux.1
--- tmux.1  6 Jan 2015 09:12:02 -   1.412
+++ tmux.1  5 Feb 2015 00:15:33 -
@@ -1337,7 +1337,7 @@
 matches only the window title.
 The default is
 .Fl CNT .
-If only one window is matched, it'll be automatically selected,
+If only one window is matched, it will automatically be selected,
 otherwise a choice list is shown.
 For the meaning of the
 .Fl F

-- 
Iain Morgan



Re: First release of LibreSSL portable is available.

2014-07-11 Thread Iain Morgan
On Fri, Jul 11, 2014 at 12:21:12 -0600, Bob Beck wrote:
 The first release of LibreSSL portable has been released. LibreSSL
 can be found in the LibreSSL directory of your favorite OpenBSD mirror.
 
 http://ftp.openbsd.org/pub/OpenBSD/LibreSSL has it, and other mirrors
 will soon.
 
 libressl-2.0.0.tar.gz has been tested to build on various versions of
 Linux, Solaris, Mac OSX, and FreeBSD.
 

Hello Bob,

It's great to see this release from a community of developers that are
dedicated to doing things right!

After seeing your announcement, I immediately tried to build it on my
workstation (RHEL 6.5), but it unfortunately fails:

 CCLD openssl
../crypto/.libs/libcrypto.so: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1

Setting LDFLAGS to -lrt fixes the issue.

-- 
Iain Morgan