Dell Unity: 비밀번호 없는 SSH 액세스 구성
Summary: Unity에서 비밀번호 없는 SSH 액세스를 구성하는 방법
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
- 클라이언트에서 키 쌍을 생성합니다.
[user@rhel8 ~]$ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/home/user/.ssh/id_rsa): <<< keep empty Enter passphrase (empty for no passphrase): <<< keep empty Enter same passphrase again: <<< keep empty Your identification has been saved in /home/user/.ssh/id_rsa. Your public key has been saved in /home/user/.ssh/id_rsa.pub. The key fingerprint is: SHA256:eVWNNWLhKu/CUTELDr6K4YwCnD1q1TfZG7MumlGW/JY user@rhel8.peeps.lab The key's randomart image is: +---[RSA 3072]----+ | +o=.| | . . oo.o o| | . o . =. | | ...o +. | |. o . =S.o. | |.o = .o=.*+ | |. * +.o oE*. | |.+ + .o..=. | |o o. o... | +----[SHA256]-----+
- 로 변경합니다.
.ssh디렉토리 아래에 있는 것을 확인할 수 있습니다.
[user@rhel8 ~]$ cd .ssh/
- CU 대신
ls을 클릭하여 파일을 봅니다.
[user@rhel8 .ssh]$ ls id_rsa id_rsa.pub known_hosts
- 이름 바꾸기
id_rsa.pub에서authorized_keys.
[user@rhel8 .ssh]$ mv id_rsa.pub authorized_keys
- CU 대신
ls을 클릭하여 파일을 봅니다.
[user@rhel8 .ssh]$ ls authorized_keys id_rsa known_hosts
- CU 대신
SCP키를 "에 업로드하려면.ssh" 디렉토리에 저장됩니다.
[user@rhel8 .ssh]$ scp authorized_keys service@XX.XX.XX.XX:/home/service/.ssh ****************************************************************************** * Welcome to EMC UnityVSA 12GB - VIRT1234ABCDEF-spa - c4dev_PIE_8259R-5.3.0.0.5.120 * Serial Number: VIRT1234ABCDEF * Unisphere IP : XX.XX.XX.XX * Unisphere IP : fe80::260:1670:29c3:2667 ****************************************************************************** Password:(Unity Service (SSH) Password) authorized_keys
- 암호 없이 액세스를 테스트합니다.
[root@rhel8 .ssh]# ssh service@x.x.x.xx ****************************************************************************** * Welcome to EMC UnityVSA 12GB - VIRT1234ABCDEF-spa - c4dev_PIE_8259R-5.3.0.0.5.120 * Serial Number: VIRT1234ABCDEF * Unisphere IP : x.x.x.xx * Unisphere IP : xx80::xxx:xxxx:xxxx:2667 ****************************************************************************** Last login: Mon Jul 21 19:03:53 2025 from x.x.x.254 01:30:32 service@VIRT1234ABCDEF spa:~/user# No Password was asked
Additional Information
암호 없는 로그인을 구성하는 목적이 다음을 실행하는 경우 uemcli 스크립트에서 실행되는 명령은 기술 자료 문서 Dell Unity: UEMCLI 명령 실행이 중지됩니다.
추가 -sslpolicy accept 옵션은 다음을 방지합니다. uemcli 인증서 만료로 인해 스크립트의 명령이 중지되지 않습니다.
Affected Products
Dell EMC UnityProducts
Dell EMC Unity Family |Dell EMC Unity All Flash, Dell EMC Unity Hybrid, Dell EMC UnityVSA Professional Edition/Unity Cloud EditionArticle Properties
Article Number: 000348009
Article Type: How To
Last Modified: 26 Jun 2026
Version: 2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.