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)
13765정성태10/12/2024248오류 유형: 928. go build 시 "package maps is not in GOROOT" 오류
13764정성태10/11/2024209Linux: 85. Ubuntu - 원하는 golang 버전 설치
13763정성태10/11/2024219Linux: 84. WSL / Ubuntu 20.04 - bpftool 설치
13762정성태10/11/2024202Linux: 83. WSL / Ubuntu 22.04 - bpftool 설치
13761정성태10/11/2024209오류 유형: 927. WSL / Ubuntu - /usr/include/linux/types.h:5:10: fatal error: 'asm/types.h' file not found
13760정성태10/11/2024232Linux: 82. Ubuntu - clang 최신(stable) 버전 설치
13759정성태10/10/2024424C/C++: 177. C++ - 자유 함수(free function) 및 주소 지정 가능한 함수(addressable function)
13758정성태10/8/2024608오류 유형: 926. dotnet tools를 sudo로 실행하는 경우 command not found
13757정성태10/8/2024335닷넷: 2306. Linux - dotnet tool의 설치 디렉터리가 PATH 환경변수에 자동 등록이 되는 이유
13756정성태10/8/2024354오류 유형: 925. ssh로 docker 접근을 할 때 "... malformed HTTP status code ..." 오류 발생
13755정성태10/7/2024656닷넷: 2305. C# 13 - (9) 메서드 바인딩의 우선순위를 지정하는 OverloadResolutionPriority 특성 도입 (Overload resolution priority)파일 다운로드1
13754정성태10/4/2024699닷넷: 2304. C# 13 - (8) 부분 메서드 정의를 속성 및 인덱서에도 확대파일 다운로드1
13753정성태10/4/2024727Linux: 81. Linux - PATH 환경변수의 적용 규칙
13752정성태10/2/2024794닷넷: 2303. C# 13 - (7) ref struct의 interface 상속 및 제네릭 제약으로 사용 가능파일 다운로드1
13751정성태10/2/2024843C/C++: 176. C/C++ - ARM64로 포팅할 때 유의할 점
13750정성태10/1/2024849C/C++: 175. C++ - WinMain/wWinMain 호출 전의 CRT 초기화 단계
13749정성태9/30/20241038닷넷: 2302. C# - ssh-keygen으로 생성한 Private Key와 Public Key 연동파일 다운로드1
13748정성태9/29/20241124닷넷: 2301. C# - BigInteger 타입이 byte 배열로 직렬화하는 방식
13747정성태9/28/20241017닷넷: 2300. C# - OpenSSH의 공개키 파일에 대한 "BEGIN OPENSSH PUBLIC KEY" / "END OPENSSH PUBLIC KEY" PEM 포맷파일 다운로드1
13746정성태9/28/20241001오류 유형: 924. Python - LocalProtocolError("Illegal header value ...")
13745정성태9/28/20241028Linux: 80. 리눅스 - 실행 중인 프로세스 내부의 환경변수 설정을 구하는 방법 (lldb)
13744정성태9/27/20241102닷넷: 2299. C# - Windows Hello 사용자 인증 다이얼로그 표시하기파일 다운로드1
13743정성태9/26/20241354닷넷: 2298. C# - Console 프로젝트에서의 await 대상으로 Main 스레드 활용하는 방법 [1]
13742정성태9/26/20241067닷넷: 2297. C# - ssh-keygen으로 생성한 ecdsa 유형의 Public Key 파일 해석 [1]파일 다운로드1
13741정성태9/25/2024945디버깅 기술: 202. windbg - ASP.NET MVC Web Application (.NET Framework) 응용 프로그램의 덤프 분석 시 요령
[1]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  ...