Displaying 2 results from an estimated 2 matches for "unpretenti".
Did you mean:
unpresent
2024 Apr 19
2
[Bug 3681] New: SSH Agent Certificate Not Recognized with 'IdentitiesOnly' Configured
.../.ssh/id_ed25519.pub-cert::
$ ssh -vvv user at exemple.org
debug1: identity file ~/.ssh/id_ed25519.pub type 3
debug1: identity file ~/.ssh/id_ed25519.pub-cert type -1
I believe the expected behavior should also include searching for the
certificate in the agent.
I have attempted a very simple and unpretentious fix. The .diff file is
attached.
The certificate is added from the agent with 'IdentitiesOnly Yes'. The
code is redundant, but it works.
Yet another inconsistency: 'ssh-keygen' generates certificates in the
form id_ed25519-cert.pub, whereas "ssh" searches for
id_ed2551...
2008 Sep 07
8
How do I make an API?
Hi!
I''m a new developer trying to get into Ruby on Rails. My team is
developing an iPhone application that wants to call our Ruby on Rails
web-end to store and retrieve data. I''ve looked on the web and in this
forum but the only things I could find were dealing with scaffolding,
which a) didn''t solve the problem clearly for me and b) we''re not
using