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)
13637정성태6/6/20244791Phone: 20. C# MAUI - 유튜브 동영상을 MediaElement로 재생하는 방법
13636정성태5/30/20244858닷넷: 2264. C# - 형식 인자로 인터페이스를 갖는 제네릭 타입으로의 형변환파일 다운로드1
13635정성태5/29/20245347Phone: 19. C# MAUI - 안드로이드 "Share" 대상으로 등록하는 방법
13634정성태5/24/20245001Phone: 18. C# MAUI - 안드로이드 플랫폼에서의 Activity 제어 [1]
13633정성태5/22/20244971스크립트: 64. 파이썬 - ASGI를 만족하는 최소한의 구현 코드
13632정성태5/20/20245084Phone: 17. C# MAUI - Android 내에 Web 서비스 호스팅
13631정성태5/19/20245080Phone: 16. C# MAUI - /Download 등의 공용 디렉터리에 접근하는 방법 [1]
13630정성태5/19/20245515닷넷: 2263. C# - Thread가 Task보다 더 빠르다는 어떤 예제(?)
13629정성태5/18/20245316개발 환경 구성: 710. Android - adb.exe를 이용한 파일 전송
13628정성태5/17/20244966개발 환경 구성: 709. Windows - WHPX(Windows Hypervisor Platform)를 이용한 Android Emulator 가속
13627정성태5/17/20245012오류 유형: 904. 파이썬 - UnicodeEncodeError: 'ascii' codec can't encode character '...' in position ...: ordinal not in range(128)
13626정성태5/15/20245104Phone: 15. C# MAUI - MediaElement Source 경로 지정 방법파일 다운로드1
13625정성태5/14/20245269닷넷: 2262. C# - Exception Filter 조건(when)을 갖는 catch 절의 IL 구조
13624정성태5/12/20245241Phone: 14. C# - MAUI에서 MediaElement 사용파일 다운로드1
13623정성태5/11/20245163닷넷: 2261. C# - 구글 OAuth의 JWT (JSON Web Tokens) 해석파일 다운로드1
13622정성태5/10/20245391닷넷: 2260. C# - Google 로그인 연동 (ASP.NET 예제)파일 다운로드1
13621정성태5/10/20245084오류 유형: 903. IISExpress - Failed to register URL "..." for site "..." application "/". Error description: Cannot create a file when that file already exists. (0x800700b7)
13620정성태5/9/20245081VS.NET IDE: 190. Visual Studio가 node.exe를 경유해 Edge.exe를 띄우는 경우
13619정성태5/7/20245211닷넷: 2259. C# - decimal 저장소의 비트 구조파일 다운로드1
13618정성태5/6/20245370닷넷: 2258. C# - double (배정도 실수) 저장소의 비트 구조파일 다운로드1
13617정성태5/5/20245396닷넷: 2257. C# - float (단정도 실수) 저장소의 비트 구조파일 다운로드1
13616정성태5/3/20245445닷넷: 2256. ASP.NET Core 웹 사이트의 HTTP/HTTPS + Dual mode Socket (IPv4/IPv6) 지원 방법파일 다운로드1
13615정성태5/3/20245423닷넷: 2255. C# 배열을 Numpy ndarray 배열과 상호 변환
13614정성태5/2/20245345닷넷: 2254. C# - COM 인터페이스의 상속 시 중복으로 메서드를 선언
13613정성태5/1/20245858닷넷: 2253. C# - Video Capture 장치(Camera) 열거 및 지원 포맷 조회파일 다운로드1
13612정성태4/30/20245511오류 유형: 902. Visual Studio - error MSB3021: Unable to copy file
1  2  3  4  5  6  7  8  [9]  10  11  12  13  14  15  ...