Greetings, All!
I have an issue with ssh-pageant. Every now and then its response time begin
to rise, up to complete unusability.
I've been forced to include a small wrapper
> ssh-add -l > /dev/null 2>&1 &
> sleep 1
> if kill -0 $! 2> /dev/null; then
> echo
Greetings, Chris Rodgers!
> Thanks for the detailed reply. Interesting!
>> It's not that simple. You can't blindly restart agent every time you wish
>> without notifying other programs, `--reuse` is a very bad idea and there's
>> no easy way to set/change an environment variable globally for an e
On Thu, Apr 23, 2020 at 1:00 PM Thomas Wolff wrote:
> The Cygwin package manager (setup) in the description of the ssh-pageant
> package:
> "SSH agent for Cygwin/MSYS that links to PuTTY's Pageant"
The language is a bit imprecise, I suppose. Pageant is related to but
!= P
Dear Andrew,
Thanks for the detailed reply. Interesting!
It's not that simple. You can't blindly restart agent every time you wish
without notifying other programs, `--reuse` is a very bad idea and there's
no easy way to set/change an environment variable globally for an entire
user session.
Greetings, Chris Rodgers!
> I find the ssh-pageant package helpful to enable cygwin ssh to interact
> seamlessly with PuTTY's Pageant SSH agent. One small issue is that after
> installing, one has to add the lines:
>> |# ssh-pageant eval $(/usr/bin/ssh-pageant -r -a
&
gnome-ssh-askpass.fish
set -x SSH_ASKPASS "/usr/libexec/gnome-ssh-askpass"
Is there any mileage in the argument that if we do this for Gnome's SSH
helper, we can also reasonably do it for ssh-pageant?
I'll leave this for now and see whether anyone else has an opinion.
Be
Am 23.04.2020 um 20:31 schrieb Andrey Repin:
Greetings, Thomas Wolff!
Am 23.04.2020 um 15:50 schrieb Chris Rodgers:
Hi,
I find the ssh-pageant package helpful to enable cygwin ssh to
interact seamlessly with PuTTY's Pageant SSH agent. One small issue is
that after installing, one has t
Greetings, Thomas Wolff!
> Am 23.04.2020 um 15:50 schrieb Chris Rodgers:
>> Hi,
>>
>> I find the ssh-pageant package helpful to enable cygwin ssh to
>> interact seamlessly with PuTTY's Pageant SSH agent. One small issue is
>> that after installing, o
On 2020-04-23 07:50, Chris Rodgers wrote:
> I find the ssh-pageant package helpful to enable cygwin ssh to interact
> seamlessly with PuTTY's Pageant SSH agent. One small issue is that after
> installing, one has to add the lines:
> # ssh-pageant
> eval $(/usr/b
On 23/04/2020 17:40, Chris Rodgers wrote:
Thomas Wolff wrote:
>/Would it be acceptable to update the ssh-pageant package to add a file
/>//etc/profile.d/ssh-pageant.sh that does this automatically? /Does what? Add
something to other users' profiles?
P.S. I realise I may have b
Thomas Wolff wrote:
>/Would it be acceptable to update the ssh-pageant package to add a file
/>//etc/profile.d/ssh-pageant.sh that does this automatically? /Does what? Add
something to other users' profiles? Sounds like MS-style
patronizing of user preferences. Certainly not app
Am 23.04.2020 um 15:50 schrieb Chris Rodgers:
Hi,
I find the ssh-pageant package helpful to enable cygwin ssh to
interact seamlessly with PuTTY's Pageant SSH agent. One small issue is
that after installing, one has to add the lines:
|# ssh-pageant eval $(/usr/bin/ssh-pageant -r -a
Hi,
I find the ssh-pageant package helpful to enable cygwin ssh to interact
seamlessly with PuTTY's Pageant SSH agent. One small issue is that after
installing, one has to add the lines:
|# ssh-pageant eval $(/usr/bin/ssh-pageant -r -a
"/tmp/.ssh-pageant-$USERNAME")|
(see htt
Hi Andrey
On Wed, Feb 4, 2015 at 10:05 PM, Andrey Repin wrote:
> Finally I can have access to elevated pageant from regular desktop!
>
> Autostart (elevated):
>
> test -f "$HOME/.ssh_agent" && . "$HOME/.ssh_agent"
> eval $(ssh-pageant.exe -k)
> ssh-pageant.exe -s | tee "$HOME/.ssh_agent"
>
> .bash
Greetings, Michael Wild!
> Version 1.4-1 of "ssh-pageant" has been uploaded.
> ssh-pageant is a tiny tool for Windows that allows you to use SSH keys
> from PuTTY's Pageant in Cygwin and MSYS shell environments. You can
> use ssh-pageant to automate SSH connections fr
Version 1.4-1 of "ssh-pageant" has been uploaded.
ssh-pageant is a tiny tool for Windows that allows you to use SSH keys
from PuTTY's Pageant in Cygwin and MSYS shell environments. You can
use ssh-pageant to automate SSH connections from those shells, which
is useful for services
16 matches
Mail list logo