Displaying 20 results from an estimated 12000 matches similar to: "Informing the SSH agent of the target user@server"
2018 Mar 21
2
Informing the SSH agent of the target user@server
On 2018-03-21 09:00, Damien Miller wrote:
> you should check out https://github.com/StanfordSNR/guardian-agent
Very nice trick. Requires a modified/bespoke client, of course, but it's
definitely a very powerful approach. I'm going to have customized
clients in some use cases anyway; I'll have to think about whether I can
use this in some cases.
> ATM it's hard because ssh
2018 Mar 21
2
Informing the SSH agent of the target user@server
On 2018-03-22 01:25, Peter Stuge wrote:
>> Or an intermediate forwarding ssh could insert a tag (2):
>>
>> - SSH_AGENTC_EXTENSION "forwarded-for at openssh.com" string("user2 at host2")
>> - SSH_AGENTC_REQUEST_IDENTITIES
>>
>> (which would of course nest with multiple chained forwards, similar to
>> SMTP Received headers)
>
>
2005 Jun 07
13
My Rails Day entry: internet command line
Well, my entry for the 24-hour Rails Day competition is here: http://yubnub.org
. It''s a web app called YubNub that implements the grandiose idea of a "command
line for the Web OS". Type "gim porsche
911" to do a Google Image search
for Porsche 911 cars. Type "random 1000" for a random number between 1 and
1000. Type "tts David Heinemeier Hansson is
2024 Nov 12
2
[PATCH 0/2] Specify signature algorithm during server hostkeys prove
From: Maxime Rey <maximejeanrey at gmail.com>
Hello,
I've discovered an issue with sshd when it's configured to use the SSH agent
alongside multiple host keys. Specifically, this problem happens during the
hostkeys-prove-00 at openssh.com request, when the server attempts to
demonstrate ownership of the host keys by calling the agent.
The issue occurs because, while processing the
2020 Apr 26
5
[Bug 3155] New: openssh support hostkey encrypt
https://bugzilla.mindrot.org/show_bug.cgi?id=3155
Bug ID: 3155
Summary: openssh support hostkey encrypt
Product: Portable OpenSSH
Version: 8.2p1
Hardware: ARM64
OS: Linux
Status: NEW
Severity: security
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
2020 Mar 30
2
CentOS 8 Gstreamer and Mplayer
On Mon, 30 Mar 2020 10:53:18 +0100
Pete Biggs <pete at biggs.org.uk> wrote:
> On Sun, 2020-03-29 at 23:18 -0400, Mark LaPierre wrote:
> > On 2020-03-29 18:42, Frank Cox wrote:
> > > On Sun, 29 Mar 2020 18:34:20 -0400
> > > Mark LaPierre wrote:
> > >
> > > > What replaced Gstreamer and Mplayer in CentOS 8. RPM finder finds both
> >
2015 Jun 20
2
sshd and consequences of HostKeyAgent
Hello,
I tried to use HostKeyAgent with sshd 6.7 under Linux. That worked for
Linux clients. However, when I tried to connect from OpenSSH 6.2 under
Mac OS X, the server disconnects:
debug2: bits set: 1026/2048
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
Connection closed by 84.22.97.209
When I disabled HostKeyAgent and switched HostKey back to the private
2024 Sep 23
1
[PATCH] sshd: Add pkcs11 support for HostKey.
Hello,
OpenSSH supports PKCS#11 on the client side, but that does not extend to
the server side. I would like to bring PKCS#11 support to sshd.
I am working on embedded Linux systems with integrated HSM. The sshd
host key is stored on the HSM. To have sshd using that key, we rely on
the following chain:
sshd -> OpenSSL -> OpenSSL Engine -> HSM Having
PKCS#11 support in sshd, would
2015 Feb 01
3
Filtering which identities are forwarded by ssh-agent to a given host
On 02/02/15 00:18, Damien Miller wrote:
> On Sun, 1 Feb 2015, Bill Nugent wrote:
>> Host network-a-gateway.example.com
>> ForwardIdentity .ssh/network-a-2014-10-12
>> and allow additional ForwardIndenty to allow additional keys.
> It's not possible to do this unfortunately, but is a feature that I've
> wanted for a long time. Implementing it
2015 Mar 07
1
How to install tp_smapi and acpi_call kernel modules
Thanks for your answer.
tlp and tlp-rdw are already installed from epel.
But these packages miss that kernel modules.
So when I want these I have to add the repo and replace $release in the mirror url with 21 of fedora, right?
Am 7. M?rz 2015 15:39:14 MEZ, schrieb Bob Marcan <bob.marcan at gmail.com>:
>On Sat, 07 Mar 2015 12:52:27 +0100
>Tim <lists at kiuni.de> wrote:
>
2015 Feb 27
3
Call for testing: OpenSSH 6.8
Update - for AIX 6.1 TL9 -
configure: creating ./config.status
config.status: creating Makefile
config.status: creating buildpkg.sh
config.status: creating opensshd.init
config.status: creating openssh.xml
config.status: creating openbsd-compat/Makefile
config.status: creating openbsd-compat/regress/Makefile
config.status: creating survey.sh
config.status: creating config.h
OpenSSH has been
2011 Dec 09
3
Como marcar la media en un grafico boxplot ??
Estimados amigos, mi pregunta es bien directa, a ver si alguien me puede
ayudar:
Como marcar la media en un grafico boxplot ??
Por lo que veo, los boxplot en R marcan por defecto la mediana dentro de la
caja, pero necesito marcar la media y ojala sacar la mediana para que no
aparezcan los dos parametros.
Por lo que he leido, imagino que se puede hacer con alguna funcion de bajo
nivel, pero soy
2020 Jun 16
2
client host certificates and receiving host configuration
I'm working on a small server written in Go to add short-lived user
certificates to the forwarded agents of authorized users.
https://github.com/rorycl/sshagentca
This seems to work quite well for accessing sshd servers with the
appropriately configured "TrustedUserCAKeys" directive.
I have been in a debate about how similarly adding host certificates to
forwarded agents could
2019 Jan 21
4
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
Hi All,
I finally got around to trying to test the 7.7p1 release on the HPE NonStop
Platform. 7.6p1 worked just fine - no issues at all.
In 7.7p1, when the agent test ran, the following happened (prior tests
worked perfectly):
run test agent.sh ...
Couldn't open logfile /home/git/openssh-portable/regress/ssh.log:
Permission denied
agent fwd failed (exit code 1)
failed simple agent test
2006 May 13
1
how to swap CTRL and Caps Lock in console mode
Hi ALL,
I am not able to find the file which controls the keyboard mapping. I would
like to swap CTRL and Caps Lock keys.
NO, thhere is no problem with X11. That part was easy to fix. I've commented
out one line in /etc/X11/xorg.conf.
I would like to swap the keys in __console__ mode
YES, I've modified the file /lib/kbd/keymaps/i386/qwerty/us.map.gz
It did not make any difference. Keys
2007 Mar 29
3
RHEL4 - which yum version?
I'm looking at this document to convert RHEL4 systems to Yum and setup
an updates repository.
http://sial.org/howto/yum/
Which version of yum would you recommend for that? What would be the
dependencies that need to be installed? Any guidelines for installing
Yum on RHEL4 without breaking the RPM dependencies and stuff (and with
minimal changes to the system)?
The document recommends
2015 Mar 07
2
How to install tp_smapi and acpi_call kernel modules
Hello,
I've got a Thinkpad T420 and would like to use full tlp functionality.
Therefore I need the kernel module tp_smapi and acpi_call.
Have a look right here:
http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html#installation
There are only fedora related packages but none for RHEL/CentOS.
Should I install that repo and hardcode the mirror to the fc21 repo?
Regards
Tim
2023 Mar 02
2
Multiple AllowGroup lines in sshd_config?
Hi!
I'm experimenting with migrating the custom sshd_config settings for our
(Debian bullseye, openssh-server 8.4) server environment into fragments
under sshd_config.d/, and am wondering about sshd's behaviour when
encountering multiple AllowGroup lines.
The manual states "For each keyword, the first obtained value will be
used.", so that gives me the impression that any
2009 Aug 17
2
Accessing to ekiga.net through Asterisk
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
I'm trying to connect to ekiga.net through a client connected to my
Asterisk server. For it I am being based on this [1] document. Next I
put the configurations that I am using.
/etc/asterisk/sip.conf:
; Outgoing to ekiga.net
[ekiga]
type=friend
username=MyUser
secret=MyPass
host=ekiga.net
canreinvite=no
qualify=300
nat = yes
stunaddr =
2015 Feb 20
3
SUCCESS: OpenSSH_6.7p1-snap20150220
Compiled OK, and operating nicely on CentOS 6.6, both 32/64 bit.
Really appreciate the UpdateHostkeys feature!
One issue I noticed, the screen output gets garbled if the user has been "asked" to "Accept" the new hostkeys.
Looks like the screen output is missing the CR's, and only LF's get presented.
[root at be2 .ssh]# ssh be1 ls -l
Warning: Permanently added