WEB开发网
开发学院操作系统Linux/Unix 在 AIX 6.1.0, TL 4 上配置 OpenSSH 公共密钥身份... 阅读

在 AIX 6.1.0, TL 4 上配置 OpenSSH 公共密钥身份验证和 EFS

 2010-07-09 00:00:00 来源:WEB开发网   
核心提示: 在服务器端上,打开 /etc/ssh/sshd_config 文件并设置 PubkeyAuthentication yes,在 AIX 6.1.0, TL 4 上配置 OpenSSH 公共密钥身份验证和 EFS(2),#hostnameivy01.in.ibm.com#grepPubkeyAut

在服务器端上,打开 /etc/ssh/sshd_config 文件并设置 PubkeyAuthentication yes。

    # hostname 
 ivy01.in.ibm.com 
 
 # grep PubkeyAuthentication /etc/ssh/sshd_config 
 PubkeyAuthentication yes 

把 OpenSSH 服务器和客户机配置为使用 EFS 登录和公共密钥身份验证。

在客户端上,打开 /etc/ssh/ssh_config 文件并设置 "AllowPKCS12keystoreAutoOpen yes"。

   # hostname 
ivy02.in.ibm.com 
 
# grep AllowPKCS12keystoreAutoOpen /etc/ssh/ssh_config 
AllowPKCS12keystoreAutoOpen yes 

在服务器端上,打开 /etc/ssh/sshd_config 文件并设置 "AllowPKCS12keystoreAutoOpen yes"。

    # hostname 
ivy01.in.ibm.com 
 
# grep AllowPKCS12keystoreAutoOpen /etc/ssh/sshd_config 
AllowPKCS12keystoreAutoOpen yes 

重新启动服务器:

     # hostname 
ivy01.in.ibm.com 
 
# stopsrc -s sshd 
0513-044 The sshd Subsystem was requested to stop. 
 
# startsrc -s sshd 
0513-059 The sshd Subsystem has been started. Subsystem PID is 209040. 

使用以下命令创建用户并生成密钥:

     # hostname 
ivy02.in.ibm.com 
 
# mkuser ram 
 
# su - ram 
 
# $ ssh-keygen -t rsa -b 2048 
Generating public/private rsa key pair. 
Enter file in which to save the key (/home/ram/.ssh/id_rsa): 
Created directory '/home/ram/.ssh'. 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/ram/.ssh/id_rsa. 
Your public key has been saved in /home/ram/.ssh/id_rsa.pub. 
The key fingerprint is: 
07:5d:0f:20:95:d4:9c:15:8d:77:bd:93:ea:3c:ac:99 ram@ivy02 
The key's randomart image is: 
+--[ RSA 2048]----+ 
|    .o+=ooo+.| 
|     o..+o. =| 
|    . .  ..+| 
|     .   + | 
|    S .  . .| 
|     .  .  | 
|      +  | 
|      o=  | 
|      E. . | 
+-----------------+ 

上一页  1 2 3 4 5  下一页

Tags:AIX TL 配置

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接