Displaying 20 results from an estimated 7000 matches similar to: "ssh-agent and protocol 2 ..."
2000 Dec 28
2
ssh-agent, protocol 2, openssh-2.3.0p1
Hi --
I saw an email on December 26th in the openssh-unix-dev mailing list
archived on MARC, indicating that agent forwarding is indeed not working
for 2.2, but that it is working for 2.3. That email referred to a user
with 2.3 clients and 2.2 server. I am running the 2.3 client AND server
and am having a similar problem. The only unusual aspect of my installation
is that I'm using port 24
2017 Nov 01
2
Is it good for agent forwarding to creates socket in /tmp/
Hi
After logging in to a remote server with ForwardAgent enabled, sshd on the
remote server creates a socket at /tmp/ and permission is 0755/srwxr-xr-x.
What is the reason to allow everyone to read this socket?
Also, is it better to save this socket in /home/user/.ssh/?
Best Regards
-----------------------
Tran Dung
2025 Feb 17
0
Agent Forwarding and (Crypto-Tunnel-Interrupting) Proxies / Jump Hosts
Hello, today our remote access to a platform got switched from direct
SSH over to an "audit capable" proxy (read: supposedly decrypts and
re-encrypts the data passing through), which makes it necessary that we
always forward the agent so that the proxy -> target SSH connection can
get authenticated as well. I noticed two side effects and would like to
ask whether there are
2015 Feb 23
4
Using confirmation of key usage per-host?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear all,
bear with me, I know the SUBJECT sounds pretty unclear. I'll clarify
in a minute. And please excuse that due to the keywords being unclear
no usable help was found on google & Co...
Assume there is a workstation, which connects to multiple machines,
one of which is considered potentially unsafe. So, it would be nice to
have agent
2000 Oct 30
3
ssh-agent and ssh-add with openssh-2.2.0p1 on Redhat 7
Hi all,
i'm trying to figure out if i'm being silly or if there is a genuine problem.
Running on the notorious Redhat 7, 2.2.16-22 #1, X86.
[user at host]$ ssh-agent -s
SSH_AUTH_SOCK=/tmp/ssh-XXYFcFR6/agent.2101; export SSH_AUTH_SOCK;
SSH_AGENT_PID=2102; export SSH_AGENT_PID;
echo Agent pid 2102;
[user at host]$ echo $SSH_AUTH_SOCK
[user at host]$ echo $SSH_AGENT_PID
[user at host]$
2001 Feb 20
1
2.5.1p1 ssh-agent path problem in Solaris
I'm having a path problem with OpenSSH 2.5.1p1 in Solaris (7). When
ssh-agent is run, environment variables aren't being passed to the
spawned shell.
sol# env | wc -l
23
sol# env | grep -i ssh
SSH_CLIENT=10.0.1.146 1047 22
SSH_TTY=/dev/pts/0
sol#
sol# ssh-agent sh
sol# env | wc -l
1
sol# env
SSH_AGENT_PID=12032
sol#
If I
2014 Mar 24
8
[Bug 2216] New: allow forwarding a different socket than SSH_AUTH_SOCK
https://bugzilla.mindrot.org/show_bug.cgi?id=2216
Bug ID: 2216
Summary: allow forwarding a different socket than SSH_AUTH_SOCK
Product: Portable OpenSSH
Version: 6.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs
2015 Sep 19
2
[RFE] Multiple ssh-agent support
On Fri, Sep 18, 2015 at 10:58 PM, ?ngel Gonz?lez <keisial at gmail.com> wrote:
> On 18/09/15 15:47, Fabiano Fid?ncio wrote:
>>
>> Howdy!
>>
>> I've been working on a prototype that allows to do ssh-agent forward
>> between a guest, using SPICE, and a spice client
>> (remote-viewer/virt-viewer/spicy)
>> The whole idea is to have something
2011 Sep 11
2
[Bug 1937] New: Make it possible to give a give an ssh session only access to a limit subset of ssh-agent keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1937
Bug #: 1937
Summary: Make it possible to give a give an ssh session only
access to a limit subset of ssh-agent keys
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity:
2006 Apr 12
1
SIP call hangup from asterisk CLI
Hi,
We are using Vicidial and sometime even when agent disconnects, outgoing
call originated by dialer is still active. Since call was initiated by
dialer and then bought into meetme conference of agent and we can't corelate
this call to any agent channel.
When agents are dialing, channels doesn't show calls
vicidial2*CLI> show channels
Channel Location
2004 Jan 21
1
OT: Canada's Primus introduces SIP localservice
I am sure Primus has a SIP platform because we have played with it. We
managed to use it on MSN's SIP phone as well as couple Zultys ZIP2x2
hard phones. Their PC-Phone app is also a SIP soft phone. If you are
registering to sip.iprimus.net then it is definitely their SIP platyform
not MGCP.
David
>>> asterisk-users@eol.ca 1/21/2004 6:39:34 AM >>>
I'm not sure Primus
2004 Jan 22
1
OT: Canada's Primus introduces SIP localserv ice
If you look at the specs on the Dlink box that Primus gives you, you will
see that it is SIP.
I am sure Primus has a SIP platform because we have played with it. We
managed to use it on MSN's SIP phone as well as couple Zultys ZIP2x2
hard phones. Their PC-Phone app is also a SIP soft phone. If you are
registering to sip.iprimus.net then it is definitely their SIP platyform
not MGCP.
2020 Feb 22
3
Re-adding PKCS#11 key in ssh-agent produces "agent refused operation" error.
Hi all,
Thanks for all your hard work! I was particularly excited to see
FIDO/U2F support in the latest release.
I'd like to make the following bug report in ssh-agent's PKCS#11 support:
Steps to reproduce:
1. Configure a smart card (e.g. Yubikey in PIV mode) as an SSH key.
2. Add that key to ssh-agent.
3. Remove that key from ssh-agent.
4. Add that key to ssh-agent.
Expected results:
2003 Feb 24
9
[Bug 500] show how to start-up ssh-agent by default...
http://bugzilla.mindrot.org/show_bug.cgi?id=500
------- Additional Comments From djm at mindrot.org 2003-02-24 12:43 -------
I think that:
[ -z "$SSH_AUTH_SOCK" ] && eval `ssh-agent -s`
[ -z "$SSH_AGENT_PID" ] || ssh-add -l >/dev/null 2>&1 || ssh-add
Is as effective and a lot more concise.
On the other hand, fragile heuristics like:
> export
2004 Dec 27
1
Potential DoS against forwarded ssh-agent
It appears there is an opportunity for a denial-of-service attack
against ssh-agent when using ForwardAgent.
This note describes the circumstances, and provides a patch.
Background (not the vulnerability):
If ssh-agent is forwarded to a compromised account, a remote
attacker could use the connection to authenticate as the owner of
the agent. "ssh-add -c" currently defends
2014 Jan 09
1
OSX - SSH agent functionality differing based upon CLI arguments
Trying to get SSH agent forwarding working for a popular open source configuration management system called Ansible.
I?ve had some unexpected behaviour, the only cause of which I can find is how I express the command line arguments.
http://stackoverflow.com/questions/20952689/vagrant-ssh-agent-forwarding-how-is-it-working?noredirect=1#comment31511341_20952689
In summarise:
In the first
2020 May 19
3
Detecting forwarded agent connections
I know this is pretty left-field, but I'm working on a custom ssh-agent
implementation and looking at ways to detect forwarded agent
connections, with the hope to have a "confirm" mode which can apply just
to those (or those, plus non-whitelisted local processes).
I realise this has been discussed a bit before, but I have thought up a
method which seems to be working in my tests
2016 Oct 04
8
[Bug 2621] New: ControlMaster started by scp (non-ssh?) doesn't forward agent
https://bugzilla.mindrot.org/show_bug.cgi?id=2621
Bug ID: 2621
Summary: ControlMaster started by scp (non-ssh?) doesn't
forward agent
Product: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Miscellaneous
2013 Jan 29
16
[Bug 2066] New: ssh tries the keys proposed by the agent before those passed with -i
https://bugzilla.mindrot.org/show_bug.cgi?id=2066
Bug ID: 2066
Summary: ssh tries the keys proposed by the agent before those
passed with -i
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.0p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
2004 Jan 20
1
OT: Canada's Primus introduces SIP local service
Primus in Canada has launched a SIP-based service to replace your business
and residential POTS lines with a VoIP version. It's called TalkBroadband
and it looks killer:
http://www.primus.ca/en/residential/talkbroadband/index.html
Basic service for $20 Cdn a month!!
Local number portability!!
Cheapo Primus LD rates!!
They don't care where geographically you plug it in!!
When you sign