Displaying 20 results from an estimated 300 matches similar to: "OpenSSH-2.2.0 problem with ssh.com ssh-agent2"
2000 Jun 11
0
ssh-agent2?
I noticed Mr. Manton queried about the availability status of
ssh-{agent,add}2 for OpenSSH.
I would also like to know when this feature will be added and
available?
I can help code it or document it but my understanding
of the inner workings of the SSH protocols is pretty much nil.
and the RSA authention agent routines seem pretty involved and
complex which sort of discouraged me right off the
2006 Jun 21
1
Calling same queue member all the time
Hello,
I'm trying to setup a queue where call goes from agent to agent in strictly
set order.
I have queue (roundrobin):
Agent1 penalty 1
Agent2 penalty 2
Agent3 penalty 3
When I call to this queue Agent1 rings. If this agent does not take the
call, after set timeout same Agent1 is dialed again.
The call never goes to Agent2 (only when Agent1
2005 Jan 06
2
3 site asterisk installation question
Good Day list,
I have a friend who is interested in implementing an asterisk
implementation at his offices.
The configuration would consist of the following
Site A ---- Asterisk Box With 12 incoming lines and 15 phones
Extensions 101-115
Site B ---- Asterisk Box With 4 incoming lines and 7 phones
Extensions 201-207
Site C ---- Asterisk Box With 4 incoming lines and 6 phones
2004 Dec 30
1
Queues strategy
Seeing as the "leastrecent" strategy does not work for us (it will
*always* call the leastrecent agent, even if that agent is busy, and
will not move to the next agent) I thought I'd try the roundrobin strategy.
This seemed to work - however, I had my supervisor telling me today that
a certain agent seemed to be getting most of the calls - and when I
checked, out of 50 inbound
2005 May 19
1
ssh-keygen private keys export - new feature
Hello,
I had some difficulties in order to convert private keys between different
implementations of SSH.
So, I wrote the following patch to allow export of SSH2 RSA and DSA private
keys into IETF SECSH format.
Note that I also slightly revised the IETF SECSH key import code.
Usage: use of the "-e" option on a private key file generates an unencrypted
private key file in IETF SECSH
2001 Oct 07
0
trivial grammatical patch
Hi.
Debug message "No RSA1 key file blah" misled me for a few seconds earlier
today. The message is meaning to say "key file blah is not an RSA1 key
file", whereas I interpreted it to mean "key file blah does not exist".
Trivial patch against 2.9.9p2's authfile.c:
--- authfile.c.orig Sat Oct 6 19:52:16 2001
+++ authfile.c Sat Oct 6 19:53:11 2001
@@ -250,7
2003 Oct 08
4
OS/390 openssh
Hello Steve, Hello OpenSSH-portable developers,
I am building OpenSSH for our (EBCDIC-based) BS2000 mainframe
operating system, and I noticed you do the same for OS/390.
Because my initial ssh port was based on IBM's OSS port (ssh-1.2.2
or some such), I thought it was fair enough to help with a little
co-operation; we might come up with a unified EBCDIC patch which could
be contributed to
2016 Jul 22
2
CentOS 6.7->6.8, ssh-add issue
Folks,
I am perplexed. I updated my workstation at work Wed before I left,
from 6.7 to 6.8. Then, yesterday, I went to use ssh-add -s
libcoolkeypk11.so, which I've done many times before to add the certs
from my PIV card... and 100% of the time if fails, letting me
SSH_AGENT_FAILURE, cannot add card.
Now, using a script called sccr, which uses my public and private key
to generate a
2018 Apr 05
2
draft-miller-ssh-agent-02: extensions and success messages
On 04/04/18 21:56, Damien Miller wrote:
>
> I don't follow - clients always have to know that the last message sent
> was, otherwise they wouldn't be able to disambiguate the shared
> SSH_AGENT_SUCCESS / SSH_AGENT_FAILURE.
The format of that message doesn't change though -- it's always a single
byte (so you don't need that information in the function that actually
2003 Sep 16
0
help verifying ssh-agent signature from python?
ssh-agent is clearly the greatest thing since sliced
bread. The python cryptography toolkit wicked cool too.
I'd like to use them together. So I read the ssh-agent
man page and the source code and wrote some python code
http://www.w3.org/2000/10/swap/util/sshAuth.py
v 1.4 2003/09/16 04:36:24
to talk to ssh-agent; in particular, to get it to RSA-sign
a string passed from the command line,
2006 May 15
0
[PATCH 9/12] bug fix: openssh 4.3p2 possible NULL dereference
key is freed outside of the if that checks if key is NULL therefore,
NULL could be sent to the key_free function which will not handle it
correctly. The fix is to move key_free to a place where you know key is
not NULL. This patch moves the key_free call. This entire set of
patches passed the regression tests on my system. Bug found by Coverity.
Signed-off-by: Kylene Hall <kjhall at
2004 May 29
3
Odd behaviour with "asterisk -rx"
Hello,
I was planning to use the output of asterisk -rx "show queues" in a
script when I noticed that sometimes asterisk only outputs the first
line of the response. e.g:
debian:/# asterisk -rx "zap show channels"
Chan Extension Context Language MusicOnHold
debian:/# asterisk -rx "zap show channels"
Chan Extension Context Language
2010 Apr 08
1
ssh-add -s /usr/lib/opensc-pkcs11.so does not work
Dear friends,
First, thanks for helping me on ssh default option for smartcards. I
recompiled SSH from CVS and it seems to work.
I still have problems with:
ssh-add -s /usr/lib/opensc-pkcs11.so
Enter passphrase for PKCS#11: (I enter PIN code)
SSH_AGENT_FAILURE
Could not add card: /usr/lib/opensc-pkcs11.so
pkcs11-tool --slot 1 -O
Public Key Object; RSA 2048 bits
label: Public Key
ID:
2016 Jul 22
0
CentOS 6.7->6.8, ssh-add issue, followup, more info
m.roth at 5-cent.us wrote:
> Folks,
>
> I am perplexed. I updated my workstation at work Wed before I left,
> from 6.7 to 6.8. Then, yesterday, I went to use ssh-add -s
> libcoolkeypk11.so, which I've done many times before to add the certs
> from my PIV card... and 100% of the time if fails, letting me
> SSH_AGENT_FAILURE, cannot add card.
>
> Now, using a
2009 Jun 01
0
ssh option "-C" generates an error
Hi Team,
While doing ssh with compression option "-C" does not work anymore
and produces following error
buffer_get_ret: trying to get more bytes 1 than in buffer 0
buffer_get_char_ret: buffer_get_ret failed
buffer_get_char: buffer error
Environment :-
oslevel - AIX 5300-08-04
ssh version --- OpenSSH_4.7p1, OpenSSL 0.9.8f 11 Oct
2017 May 11
4
Using queue priorities to add agents
Hi,
I have a scenario that I am failing to implement using the Queue app, but
which I had thought would be commonplace...
1) (this bit works fine) I want a queue caller to have access to the basic
set of agents initially, with an overflow to additional agents if they are
busy - This is done using penalty:
queues.conf:
member => SIP/dev1,0,Agent1
member => SIP/dev2,0,Agent2
member =>
2013 Nov 01
1
HELP!!! puppet-enterprise-3.1.0-el-6-i386 master/agent test fails
**
I installed PE Master on one VM and Agents on two VMs pointing to master .
Agent1 VM 64 bit works fine , but agent2 VM 32 bit fails with below error.
Only difference is architecture. One more note both the agent nodes were
accepted from Dashboard,so master has both the certificates.
Any help will be greatly appreciated.
puppet-enterprise-3.1.0-el-6-i386]# puppet agent --test
Info:
2010 Apr 08
6
[Bug 1751] New: ssh-add -s /usr/lib/opensc-pkcs11.so does not work
https://bugzilla.mindrot.org/show_bug.cgi?id=1751
Summary: ssh-add -s /usr/lib/opensc-pkcs11.so does not work
Product: Portable OpenSSH
Version: 5.4p1
Platform: amd64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Smartcard
AssignedTo: unassigned-bugs at mindrot.org
2006 Jun 15
0
queue always hangs up/skip the next agent after ringing a agent -- help!!!
Hi,
I have 1.2.9.1 installed. It always rings first available agents for 15
seconds, then rings and hangs up the next agents straight away, then
ring the next agents for 15 seconds. It goes as a loop. Any one has the
following same problem? Thanks.
Agents.conf
[general]
persistentagents=yes
[agents]
autologoff=60
wrapuptime=15000
ackcall=no
group=1
agent => 7130,7130,agent1
agent =>
2012 May 25
3
Is it possible to set up multi-level puppet nodes?
Hi,
I am new in puppet, and I just wonder whether it is possible to create
multiple levels of puppet masters. Can puppet work this way?
First-level(master): root-master
Second-level(masters): master1, master2
Third-level nodes(as agents): agent1, agent2, agent3, agent4
All master nodes in the second-level are agents of root-master, and
each of third-level