Start a Conversation

Unsolved

This post is more than 5 years old

1 Rookie

 • 

20.4K Posts

2024

September 2nd, 2015 07:00

SSH Public Key authentication to XtremIO

Has anyone had success configuring ssh based authentication to XtremIO (4.0) ?   Followed this KB but still getting prompted to enter credentials.

https://emc--c.na5.visual.force.com/apex/KB_HowTo?id=kA0700000004VtA

Thank you

1 Rookie

 • 

20.4K Posts

September 2nd, 2015 12:00

problem was between the monitor and  keyboard

For some reason it did not like that i was specifying a name for the public key but when i let it create one in /home/dynamox/.ssh/id_rsa.pub, it worked fine.

[dynamox@linux ~]$ ssh-keygen

Generating public/private rsa key pair.

Enter file in which to save the key (/home/dynamox/.ssh/id_rsa):

Enter passphrase (empty for no passphrase):

Enter same passphrase again:

Your identification has been saved in /home/dynamox/.ssh/id_rsa.

Your public key has been saved in /home/dynamox/.ssh/id_rsa.pub.

The key fingerprint is:

fa:c7:ab:7f:1b:82:8c:2f:48:23:a6:91:96:ed:18:0a dynamox@linux.mycompany.com

No Events found!

Top