Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (seongtaejeong at gmail.com)
홈페이지
첨부 파일
 
(연관된 글이 3개 있습니다.)
(시리즈 글이 3개 있습니다.)
개발 환경 구성: 443. Visual Studio의 Connection Manager 기능(Remote SSH 관리)을 위한 명령행 도구
; https://www.sysnet.pe.kr/2/0/11940

개발 환경 구성: 638. Visual Studio의 Connection Manager 기능(Remote SSH 관리)을 위한 명령행 도구 - 두 번째 이야기
; https://www.sysnet.pe.kr/2/0/12969

VS.NET IDE: 194. Visual Studio - Cross Platform / "Authentication Type: Private Key"로 접속하는 방법
; https://www.sysnet.pe.kr/2/0/13733




Visual Studio - Cross Platform / "Authentication Type: Private Key"로 접속하는 방법

기존에 생성해 두었던,

C:\Users\testusr\.ssh> type id_rsa
-----BEGIN RSA PRIVATE KEY-----
CIIJKAIBAAKCAgEAk3tRuWdGcnV3BOF0VAGV5uwuDEmsF4Y4COfc02BmLpvrkxnh
...[생략]...
k/00pQOcvgJQmQZ2TwtRHs8LaQsv5mLbhJ3GwgAvj04TCkmKUmOr3y3wjLA=
-----END RSA PRIVATE KEY-----

RSA Private Key 파일을 사용하는 경우 Visual Studio의 Cross Platform / "Authentication Type: Private Key"로 등록이 안 됩니다. 왜냐하면, Passphrase가 없기 때문입니다.

따라서 Passphrase를 부여한 형식으로 바꿔야 하는데요, 다음의 명령어로 가능합니다.

// %USERPROFILE%\.ssh 디렉터리로 이동
// 필요하다면 백업해 두고,
C:\Users\testusr\.ssh> copy id_rsa id_rsa_no_pass

// id_rsa 파일을 Passphrase로 다시 암호화해 덮어쓰기
C:\Users\testusr\.ssh> ssh-keygen -p -f id_rsa -m pem

이후 id_rsa 파일을 보면 새롭게 헤더가 생긴 것으로 변환 여부를 확인할 수 있습니다.

C:\Users\testusr\.ssh> type id_rsa
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-128-CBC,F3D9496C47EBB2AB2BA5525B48E5BD32

1OPFQ8I0SETWz9z5BUjc0CBJFbSmfRNblxC8BS4i0pKxcUouSd1P3vIcXpsndsHv
...[생략]...
UPJ73F75oYW+dd5JrFyxfxKWeSPB7jXSi3PITw8v+Ulf02EC4btI/hkab8wI1/qM
-----END RSA PRIVATE KEY-----

그리고 이렇게 암호로 보호된 Private Key를 ssh 클라이언트 등에서 사용하는 경우, 이전과는 달리 암호를 묻는 단계가 추가됩니다.

// 신규 Private Key로는 암호를 묻고,
C:\Users\testusr\.ssh> ssh testusr@192.168.100.50
Enter Passphrase for key 'C:\Users\testusr\.ssh\id_rsa':
testusr@ubuntu24:~$

// 기존 Private Key로는 암호를 묻지 않습니다.
C:\Users\testusr\.ssh> ssh testusr@192.168.100.50 -i %USERPROFILE%\.ssh\id_rsa_no_pass
testusr@ubuntu24:~$




그렇긴 한데, 그래도 최신 Visual Studio에서 위의 key 파일로 등록하려는 경우 여전히 이런 오류가 발생합니다.

vs_private_key_1.png

Private Key Failure: Key format "C:\temp\id_rsa" is not supported. See https://aka.ms/AAomwfa for supported key formats.

Private key file may be incorrect.


왜냐하면, 문서에 나오듯이 17.10 버전 이후로는 RSA, DSA 키는 지원하지 않고 오로지 EC 키만 지원하기 때문입니다.

Versions of Visual Studio before 17.10 support Elliptic Curve (EC), Rivert-Shamir-Adleman (RSA), and Digital signature algorithm (DSA) keys for remote connections. Because of security concerns, RSA and DSA keys are no longer supported in VS 17.10 and later. Only EC keys are currently supported. To create a key pair compatible with the connection manager use the command: ssh-keygen -m pem -t ecdsa -f


아쉽게도, 기존 key file을 활용할 수는 없고 새롭게 생성해야 합니다.

C:\Users\testusr\.ssh> ssh-keygen -m pem -t ecdsa -f test_ecdsa
Generating public/private ecdsa key pair.
Enter Passphrase (empty for no Passphrase):
Enter same Passphrase again:
Your identification has been saved in test_ecdsa
Your public key has been saved in test_ecdsa.pub
The key fingerprint is:
SHA256:1BFeE3e15m+hSYKtg0f7IHHRlofS/8FhfAHsI/hosHY testusr@testpc
The key's randomart image is:
+---[ECDSA 256]---+
...[생략]...
+----[SHA256]-----+

그럼 (상대적으로) 매우 짧은 텍스트로 구성된 키 파일이 생성됩니다.

C:\Users\testusr\.ssh> type test_ecdsa
-----BEGIN EC PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-128-CBC,04FC83074A2F7981065E7D020EE48402

TPwGqGUmCAgsh4tKC9SnuxoXYaD8YnquhW1VSKhfeO3Ddo4/rWqPmtFOxlcmghz3
PVXylqXcfUEjkDCp1UB0Tv+55Q3HOPdoRGA0h3nPhvDq3b6k4ESUlnc3NvK4LOr3
Mx5cX39XibUDeEdnRsiEy8bHNE9pBWoDD6p+w+wlN8g=
-----END EC PRIVATE KEY-----

C:\Users\testusr\.ssh> type test_ecdsa.pub
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP4mT/A8U3obNqqvj6duzgFnttcSAqlpVMhtUTzoBVY8IoNxuc/AlRnmU7GzjI5p6gBvqaUEW7i6VIbe8YW29Fs= testusr@testpc

(ssh-keygen 명령어에 "-t ecdsa" 옵션을 주지 않으면 기본적으로 "-----BEGIN RSA PRIVATE KEY-----" / "-----END RSA PRIVATE KEY-----"로 둘러싸인 RSA 키가 생성됩니다.)

당연히, 새롭게 키를 생성했으니 공개키 문자열(위의 경우 "test_ecdsa.pub" 파일의 내용)을 SSH 서버에 다시 등록해야 합니다. 이후 Visual Studio로 연결을 추가하면 정상적으로 등록됩니다.




그나저나, 예전에는 Connection Manager에 등록하는 명령행 도구가 없어서 제 경우에 직접 만들었던 적이 있는데,

Visual Studio의 Connection Manager 기능(Remote SSH 관리)을 위한 명령행 도구
; https://www.sysnet.pe.kr/2/0/11940

어느샌가 Visual Studio에 기본으로 ConnectionManager.exe를 포함시켰습니다. 그래서, UI를 이용하지 않고 명령행에서 직접 다음과 같이 등록하는 것도 가능합니다.

C:\Users\testusr\.ssh> where ConnectionManager.exe
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\VC\Linux\bin\ConnectionManagerExe\ConnectionManager.exe

C:\Users\testusr\.ssh> ConnectionManager.exe add testusr@192.168.100.50 --privatekey "%USERPROFILE%\.ssh\test_ecdsa"

// 만약 RSA 키 파일인 경우라면 이런 오류가 발생합니다.
C:\Users\testusr\.ssh> ConnectionManager.exe add testusr@192.168.100.50 --privatekey "%USERPROFILE%\.ssh\id_rsa"
Enter password (leave blank for no password): *************
Verifying connection with remote system.
Failed to add connection: Private key is invalid or is encrypted and no Passphrase was given




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 9/24/2024]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




1  2  3  4  [5]  6  7  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
13739정성태9/24/20242395닷넷: 2297. C# - ssh-keygen으로 생성한 Public Key 파일 해석과 fingerprint 값(md5, sha256) 생성 [1]파일 다운로드1
13738정성태9/22/20242158C/C++: 174. C/C++ - 윈도우 운영체제에서의 file descriptor, FILE*파일 다운로드1
13737정성태9/21/20242761개발 환경 구성: 727. Visual C++ - 리눅스 프로젝트를 위한 빌드 서버의 msbuild 구성
13736정성태9/20/20242390오류 유형: 923. Visual Studio Code - Could not establish connection to "...": Port forwarding is disabled.
13735정성태9/20/20242710개발 환경 구성: 726. ARM 플랫폼용 Visual C++ 리눅스 프로젝트 빌드
13734정성태9/19/20242629개발 환경 구성: 725. ssh를 이용한 원격 docker 서비스 사용
13733정성태9/19/20242512VS.NET IDE: 194. Visual Studio - Cross Platform / "Authentication Type: Private Key"로 접속하는 방법
13732정성태9/17/20242634개발 환경 구성: 724. ARM + docker 환경에서 .NET 8 설치
13731정성태9/15/20243201개발 환경 구성: 723. C# / Visual C++ - Control Flow Guard (CFG) 활성화 [1]파일 다운로드2
13730정성태9/10/20242574오류 유형: 922. docker - RULE_APPEND failed (No such file or directory): rule in chain DOCKER
13729정성태9/9/20243195C/C++: 173. Windows / C++ - AllocConsole로 할당한 콘솔과 CRT 함수 연동 [1]파일 다운로드1
13728정성태9/7/20243095C/C++: 172. Windows - C 런타임에서 STARTUPINFO의 cbReserved2, lpReserved2 멤버를 사용하는 이유파일 다운로드1
13727정성태9/6/20243582개발 환경 구성: 722. ARM 플랫폼 빌드를 위한 미니 PC(?) - Khadas VIM4 [1]
13726정성태9/5/20243989C/C++: 171. C/C++ - 윈도우 운영체제에서의 file descriptor와 HANDLE파일 다운로드1
13725정성태9/4/20242764디버깅 기술: 201. WinDbg - sos threads 명령어 실행 시 "Failed to request ThreadStore"
13724정성태9/3/20244208닷넷: 2296. Win32/C# - 자식 프로세스로 HANDLE 상속파일 다운로드1
13723정성태9/2/20245132C/C++: 170. Windows - STARTUPINFO의 cbReserved2, lpReserved2 멤버 사용자 정의파일 다운로드2
13722정성태9/2/20242894C/C++: 169. C/C++ - CRT(C Runtime) 함수에 의존성이 없는 프로젝트 생성
13721정성태8/30/20243009C/C++: 168. Visual C++ CRT(C Runtime DLL: msvcr...dll)에 대한 의존성 제거 - 두 번째 이야기
13720정성태8/29/20242779VS.NET IDE: 193. C# - Visual Studio의 자식 프로세스 디버깅
13719정성태8/28/20243163Linux: 79. C++ - pthread_mutexattr_destroy가 없다면 메모리 누수가 발생할까요?
13718정성태8/27/20243509오류 유형: 921. Visual C++ - error C1083: Cannot open include file: 'float.h': No such file or directory [2]
13717정성태8/26/20243247VS.NET IDE: 192. Visual Studio 2022 - Windows XP / 2003용 C/C++ 프로젝트 빌드
13716정성태8/21/20243100C/C++: 167. Visual C++ - 윈도우 환경에서 _execv 동작
13715정성태8/19/20243202Linux: 78. 리눅스 C/C++ - 특정 버전의 glibc 빌드 (docker-glibc-builder)
13714정성태8/19/20243441닷넷: 2295. C# 12 - 기본 생성자(Primary constructors) (책 오타 수정) [3]
1  2  3  4  [5]  6  7  8  9  10  11  12  13  14  15  ...