Displaying 12 results from an estimated 12 matches for "noodes".
Did you mean:
nodes
2008 Jun 15
7
[Bug 1477] New: ssh-keygen not reading stdin as expected
https://bugzilla.mindrot.org/show_bug.cgi?id=1477
Summary: ssh-keygen not reading stdin as expected
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: ix86
OS/Version: OpenBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo:
2024 Aug 10
1
'Too many authentication failures' nuisance
On 8/10/24 17:13, Chris Green wrote:
> I have several ssh keys in the ~/.ssh directory of my desktop machine.
> As a result whenever I try to connect to a system which uses password
> authentication I get the "Too many authentication failures" error.
>
> Yes, I know I can get round this by setting PreferredAuthentications
> but this is rather a nuisance to have to do
2006 Aug 31
2
R-Project logo in SVG format
Hi,
I'm looking for a version of the R-Project logo in SVG format. I've found
the bitmapped versions,
http://developer.r-project.org/Logo/
but would prefer a scalable version as it usually looks better when
printed.
Where may I find one?
-Lars
Lars Nooden (lars at umich.edu)
On the Internet, nobody knows you're a dog ...
... until you start barking.
2005 Apr 06
2
10 Gigabit Ethernet and Samba
Do anyone have any experience using 10 Gigabit Ethernet connections with
Samba? Specifically, if you have had such an experience, can you share what
sorts of optimizations you made to get the maximum data transfer between server
and workstation?
I am just experimenting with this kind of setup myself and I see a huge GULF
between the raw TCP/IP transfers that I can make between two
2008 Jun 15
3
[Bug 1478] New: ssh -V sends output to stderr instead of stdout
https://bugzilla.mindrot.org/show_bug.cgi?id=1478
Summary: ssh -V sends output to stderr instead of stdout
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo:
2024 Jul 14
1
Splitting of sshd binaries in 9.8?
I realize that the splitting of the sshd binaries is a work in progress.
Nonetheless I am trying to make a diagram of the situation as of 9.8.
How close have I gotten?
Is it correct that currently for a basic session, binaries are run four
ways?
1. A privileged binary to listen for incoming connections (66717 below)
2. A privileged session monitor to track the session, for the duration
of the
2009 Jan 02
6
internet registering through wine
I have installed a CAD/CAM program call eCabinets (its a free program for woodworking and cabinet shops). When it starts, its asks for its registration code which I have. It then tries to open the default internet connections to register but eventually times out. By the looks of things, it its acting like a firewall is blocking it. I do not have a wirewall installed yet. I am running Ubuntu 8.10
2006 Jul 13
1
kicked users and login troubles (write failure in writing to client and Connection reset by peer)
Hi List,
One particular user is kicked quite often (espescially during the usage
of Outlook). When she tries to login she isn't very succesfull. The
serverlog show this:
Jul 13 10:41:14 server smbd[12277]: [2006/07/13 10:41:14, 0]
lib/util_sock.c:write_data(554)
Jul 13 10:41:14 server smbd[12277]: write_data: write failure in
writing to client 192.168.1.101. Error Connection reset by
2006 Nov 20
7
Snom 360 Multiple calls on hold help
Hi everyone,
Ive just installed a bunch of Snom 360s, and now having a NIGHTMARE of
problems! Ive got a receponist phone with a extra sidecar on it. And when
she gets 2+ calls and puts them on hold, when she goes to transfer them out
the calls on hold get merged together. Somehow the calls on hold get merged
and not to the extension needed!! Any help on this would be great guys, that
would be
2013 Oct 20
3
kvm cluster w/ c6
In our development lab, I am installing 4 new servers, that I want to
use for hosting KVM. each server will have its own direct attached
raid. I'd love to be able to 'pool' this storage, but over gigE, I
probably shouldn't even try.
most of the VM's will be running CentOS 5 and 6, some of the VM's will
be postgresql database dev/test servers, others will be
2020 Oct 04
6
ability to select which identity to forward when using "ForwardAgent" ?
Hi,
I usually have around 10 identities loaded in my local ssh-agent and when I
use the "ForwardAgent" option all them are forwarded to the remote server,
which is not ideal. I usually only need to forward one (or two) of the
identities and I would like to be able to choose which one(s) to forward.
Looking for solutions it seems that the only option is to create a new
ssh-agent, add
2006 Jan 30
10
How do I get the the full URL of an incoming request
Hey,
Is is possible to get the full URL
(''http://www.sender-domain.com/links/list.html'')
from where a user was sent to my site
(www.my-domain.com/controller/action) e.g. by clicking on a link? (I
read about something called a ''request'' object, I don''t know what it is
or does, is that what I''m looking for?
I''m very new to Rails