English 中文(简体)
Github 配置 id_rsa 密码
原标题:Github configuration id_rsa password

的配置,我已完成了...

1.) creating new SSH keys 2.) entering my id_rsa.pub key and thus adding the key

但是在测试的测试阶段,我进入

user$ ssh -T [电子邮件保护]

新建窗口( 在终端外) 打开询问 : < strong > 输入“ id_ rsa” 在哪里可以找到这个密码 。 FYI, 我使用 Mac OS 10.5. 8 。

即使在我进入之后:

user$ ssh -vT [email protected]

同一新窗口打开请求“ id_ rsa” 密码 。

请救救我

问题回答

在步骤1中创建 ssh 键时, 请确保不输入密码句 。 否则, 设置将会更加复杂, 因为您需要使用 ssh- agent 来自动输入密码 。





相关问题
Encrypting SALTEDHASHED weblogic password in java

How to encrypt SALTEDHASHED password (used by Weblogic) in java? I need to be able to hash passwords in exactly the same way as WebLogic s authenticator does. Preferably without using WebLogic s ...

Should I support Unicode in passwords?

I would like to allow my users to use Unicode for their passwords. However I see a lot of sites don t support that (e.g. Gmail, Hotmail). So I m wondering if there s some technical or usability ...

Why does my method return a null password?

I have two classes: a Generator class and a SystemManagement class. The Generator class, I can generate a password. The SystemManagement class imports Generator (from another package) and includes ...

How to mask password in c?

In C, I want to display every single character that the user type as * (Ex, Please type in your password: *****) I m searching around but can t be able to find a solution for this. I m working on ...

MySQL password function

Is it considered good or bad practice to use MySQL s password function to hash passwords used by an application? I can see pros and cons. I m curious if there is a general consensus on whether it is ...

How should I store a user s LDAP password in a cookie?

So I have this black box authentication method, handed down to me from the accounts people, which basically amounts to ldap_bind($connection, $username, $password). But of course, I want my users to ...

Simple JAVA: Password Verifier problem

I have a simple problem that says: A password for xyz corporation is supposed to be 6 characters long and made up of a combination of letters and digits. Write a program fragment to read in a string ...

Password protect a simple web site

I ve got an HTML-only website (with a bit of inconsequential javascript). The static pages are generated from a photo-blogging program that I created. There are hundreds of pages and thousands of ...

热门标签