Displaying 3 results from an estimated 3 matches for "pagent".
Did you mean:
agent
2009 Mar 18
3
Using Pageant & Putty under Wine -
I am having an issue with Putty v.60 with Pageant v.60 under Wine-1.1.5.
The OS is Fedora 10 x86_64, and the Wine it the current RPM version for Fedora.
It is not that Pageant or Putty is not working; both do load. Putty does talk SSH2
properly.
The actual issue is that Keys that are loaded into Pageant v.60 are not available
to Putty v.60 for authentication; I suspect that this due to
2009 Apr 17
2
Issues with ssh-agent connecting to a large number of hosts at once
...en it as high as 447 connections at
once, but it's usually in the 200 range.
I've tried different ssh-agents on different kernels and machines, and
haven't found a combination that works. However, it seems like most FreeBSD
machines I've tried did not have the problem. Also, using pagent on windows
does not have any issues (*gasp*)
It seems to me that I'm hitting some kind of kernel limit (open file limit
perhaps?) But I've fiddled with every sysctl value I can find, and haven't
found the right magic. Anyone run into this or can offer further debugging
suggestions? (...
2009 Mar 11
0
problem scrapping ATnT site (Matt White)
...t/plain
>
> The script below is a mod of one i found via google. I''m trying to
> figure out what i''m missing in order to download the files associated
> with the links.
>
>
>
> require ''mechanize''
>
> agent = WWW::Mechanize.new
> pagent = WWW::Mechanize.new
> agent.get("http://www.daytrotter.com/songs?offset=60/")
> links = agent.page.search(''a'')
> hrefs = links.map { |m| m[''href''] }.select { |u| u =~ /\.mp3.link$/ } #
> just links ending in mfile
> #puts hrefs
> #Fil...