9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan9port: recent changes
@ 2005-02-14  0:41 Russ Cox
  2005-02-14 19:09 ` [9fans] " Russ Cox
  0 siblings, 1 reply; 9+ messages in thread
From: Russ Cox @ 2005-02-14  0:41 UTC (permalink / raw)
  To: 9fans

Lots of little changes in the past week or so: autoindent for sam,
better label handling in awd et al., new diff flags -c and -a,
various stack overflow fixes (*cough* X11 *cough*), programs
should work better with SIGTSTP, SIGTTIN, and SIGTTOU,
lots of little bug fixes.

The big new additions are factotum and various supporting
libraries and programs.

Thanks to Lucho, plan9port now has a working factotum
that can be used with 9p to access files on protected servers:

	ibook=; factotum
	ibook=; sources='tcp!sources.cs.bell-labs.com!9fs'
	ibook=; 9p -a $sources read plan9/adm/users

	!adding key: role=client proto=p9sk1 dom=outside.plan9.bell-labs.com
	user[rsc]: bozo
	password:
	!
	-1:adm:adm:bootes
	0:none:adm:
	1:tor:tor:
	2:glenda:glenda:
	9999:noworld::
	10000:sys::
	10001:upas:upas:
	10002:bootes:bootes:
	ibook=; 9p -a $sources read plan9/NOTICE
	Copyright © 2002 Lucent Technologies Inc.
	All Rights Reserved
	ibook=; 

Over the weekend I added DSA and RSA signature support
to factotum and used them to implement an ssh-agent front
end for factotum:

	l=; factotum
	secstore password: 
	l=; eval `{9 ssh-agent}
	l=; ssh tux
	tux=; ^D
	l=; 

It's hard to see, but ssh used factotum via the ssh-agent
interface to authenticate to tux.  Also hard to see is the fact
that this is using SSH version 2 keys (SSH1 is also supported),
so this setup is ahead of Plan 9.

(Sadly, it's not too easy to move the DSA and RSA support back
into Plan 9, firstly due to the lack of an SSH2 client.  Also the 
factotum is completely different--simpler--inside.)

Enjoy.
Russ


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-02-15  9:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-14  0:41 [9fans] plan9port: recent changes Russ Cox
2005-02-14 19:09 ` [9fans] " Russ Cox
2005-02-14 20:31   ` Bruce Ellis
2005-02-14 20:49     ` Russ Cox
2005-02-14 21:03       ` Skip Tavakkolian
2005-02-15  3:28         ` Andrew Simmons
2005-02-15  3:39           ` Russ Cox
2005-02-15  7:20       ` Tiit Lankots
2005-02-15  9:51       ` David Tolpin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).