Associate
- Joined
- 19 Jun 2003
- Posts
- 1,680
- Location
- West Yorks, UK
Hi all,
I've carried out the following:
And now i'm trying to feed the key into an SSH command:
The paths are OK, i'm just wondering if i'm missing something obvious?
Matt
I've carried out the following:
Code:
ssh-keygen -t rsa -f ./.config/auth/.ssh/id_rsa
And now i'm trying to feed the key into an SSH command:
Code:
ssh -i ./.config/auth/.ssh/id_rsa
The paths are OK, i'm just wondering if i'm missing something obvious?
Matt