add ssh-agent via factotum

This commit is contained in:
rsc 2005-02-13 18:04:00 +00:00
parent ea77b9ce7c
commit ce94dbe662
9 changed files with 1267 additions and 59 deletions

View file

@ -166,7 +166,7 @@ static int
keylist(int i, char *a, uint nn)
{
int n;
char buf[512];
char buf[4096];
Key *k;
if(i >= ring.nkey)