您可以使用命令行界面 (CLI) 来处理 Secure Shell (SSH) 密钥。
要使用 SSH 密钥,请完成以下步骤。
ssh-keygen -t rsa使用安全拷贝功能,将文件拷贝到系统中。
scp /tmp/OU812.pub user_name@system_ip:/tmp运行以下一个命令:
mkuser -name jane -usergrp Service -keyfile /tmp/OU812.pub
chuser -keyfile /tmp/OU812.pub user_id_or_name