On 1/15/24 05:25, bruce wrote:
Thanks for replying/posting your "ssh-keygen" cmd..
login as user
create sshkey priv/pub id_ed25519_g
//ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed25519_g -q -N ''
--is "C" for passphrase?
"-C" specifies the "comment" at the end, which i
On 1/15/24 05:25, bruce wrote:
(ps -- so all it took was to have the correct ssh-keygen cmd!!)
-- was pretty sure it was something subtle/simple.
Read my previous message more carefully. It's sort of related to the
keygen command but only because the file you created with the keygen
didn'
Hi Sam!!!
ok...
user err!!
Thanks for replying/posting your "ssh-keygen" cmd..
login as user
create sshkey priv/pub id_ed25519_g
//ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed25519_g -q -N ''
--is "C" for passphrase?
--per Sam/fed email thread, test without "-C..."
Hi Sam.
Ok, so you did a similar test using steps that I've provided, and it
runs correctly.
This is cool! -- So this points to "user" err, or something weird...
If I may, are you running everything as user 'foo' or 'root'?
Are you running everything in the same term window/process?
And, can I
On Mon, Jan 15, 2024 at 1:06 AM Jeffrey Walton wrote:
>
> On Mon, Jan 15, 2024 at 12:52 AM bruce wrote:
> >
> > [...]
> >
> > before cloning a repos, test to make sure things work...
> >
> > ssh -vT g...@github.com
> > this should return success if everything works correctly
>
> You have been to
On Mon, Jan 15, 2024 at 1:25 AM Samuel Sieb wrote:
>
> On 1/14/24 22:04, Jeffrey Walton wrote:
> > On Mon, Jan 15, 2024 at 12:52 AM bruce wrote:
> >>
> >> [...]
> >>
> >> before cloning a repos, test to make sure things work...
> >>
> >> ssh -vT g...@github.com
> >> this should return success i
On 1/14/24 22:04, Jeffrey Walton wrote:
On Mon, Jan 15, 2024 at 12:52 AM bruce wrote:
[...]
before cloning a repos, test to make sure things work...
ssh -vT g...@github.com
this should return success if everything works correctly
You have been told twice that this is wrong. Both Samuel S
On 1/14/24 21:50, bruce wrote:
[snip lots of stuff]
You're doing way too many unnecessary things.
I noticed that I was using an rsa key, so I decided to follow the steps
to add a new ed25519 key.
login as user foo
setup the sshkey
ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed2551
On Mon, Jan 15, 2024 at 12:52 AM bruce wrote:
>
> [...]
>
> before cloning a repos, test to make sure things work...
>
> ssh -vT g...@github.com
> this should return success if everything works correctly
You have been told twice that this is wrong. Both Samuel Sieb and Sam
Varshavchik told you s
Hi Samuel.
Yeah, trying to clone using cmdline/ssh
I can clone using https.
The steps I've tried
don't seem to connect.
login as foo
eval `ssh-agent -s`
ssh-add ~/.ssh/id_ed25519_g
Enter passphrase for /home/crawl_user/.ssh/id_ed25519_g:
the perms for
chmod 700 /home/foo/.ssh
chmod 600 .ssh
Have you actually tried cloning?
Is there a problem you're trying to solve?
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject
On 1/14/24 10:48, bruce wrote:
Thanks for the reply. In my test, I don't configure a
$HOME/.gitconfig file, and your /.git/config file.
The weird thing, i'm seeing a number of other people who have had
similar issues with accessing g...@github.com
and they seem to discuss using the ssh-
Hi Jeffery,
Thanks for the reply. In my test, I don't configure a
$HOME/.gitconfig file, and your /.git/config file.
The weird thing, i'm seeing a number of other people who have had
similar issues with accessing g...@github.com
and they seem to discuss using the ssh-agent for the key.
B
bruce writes:
It appears that the "ssh -vT g...@github.com" cmd seems to always
request a "passphrase" even though the ssh key was created without a
passphrase.
That's because you don't ssh to github.
Once the key is set up, and added to your github profile, "git clone" clones
the reposito
On 1/13/24 23:27, bruce wrote:
I'm trying to test using SSH key to clone a test repository from the cmdline..
I'm screwing up something in following the different sires/examples to
try to setup the SSH key to connect to "Github" for a user/repository.
It appears that the "ssh -vT g...@github.co
On Sun, Jan 14, 2024 at 3:07 AM bruce wrote:
>
> hi sorry for the typo..
>
> the file paths matched in my actual test...
>
> the passphrase
> issue is throwing me
Post your $HOME/.gitconfig file, and your /.git/config file.
For me, I handle SSH check-ins via $HOME/.gitconfig :
$ cat $HOME/.gi
hi sorry for the typo..
the file paths matched in my actual test...
the passphrase
issue is throwing me
On Sun, Jan 14, 2024 at 2:49 AM wrote:
>
> Hi
>
> On Sun, 14 Jan 2024 02:27:55 -0500 bruce wrote:
> > ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/github/id_ed25519 -q -N
> > ''
>
Hi
On Sun, 14 Jan 2024 02:27:55 -0500 bruce wrote:
> ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/github/id_ed25519 -q -N ''
> debug1: Trying private key: /home/crawl_user/.ssh/id_ed25519_g
The pathnames differ here. Adjust the .ssh/config file to point to:
~/.ssh/github/id_ed25519
-
Hi.
I'm trying to test using SSH key to clone a test repository from the cmdline..
I'm screwing up something in following the different sires/examples to
try to setup the SSH key to connect to "Github" for a user/repository.
It appears that the "ssh -vT g...@github.com" cmd seems to always
requ
19 matches
Mail list logo