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)
13714정성태8/19/20243441닷넷: 2295. C# 12 - 기본 생성자(Primary constructors) (책 오타 수정) [3]
13713정성태8/16/20243626개발 환경 구성: 721. WSL 2에서의 Hyper-V Socket 연동
13712정성태8/14/20243608개발 환경 구성: 720. Synology NAS - docker 원격 제어를 위한 TCP 바인딩 추가
13711정성태8/13/20244148Linux: 77. C# / Linux - zombie process (defunct process) [1]파일 다운로드1
13710정성태8/8/20244250닷넷: 2294. C# 13 - (6) iterator 또는 비동기 메서드에서 ref와 unsafe 사용을 부분적으로 허용파일 다운로드1
13709정성태8/7/20244086닷넷: 2293. C# - safe/unsafe 문맥에 대한 C# 13의 (하위 호환을 깨는) 변화파일 다운로드1
13708정성태8/7/20243844개발 환경 구성: 719. ffmpeg / YoutubeExplode - mp4 동영상 파일로부터 Audio 파일 추출
13707정성태8/6/20244340닷넷: 2292. C# - 자식 프로세스의 출력이 4,096보다 많은 경우 Process.WaitForExit 호출 시 hang 현상파일 다운로드1
13706정성태8/5/20244718개발 환경 구성: 718. Hyper-V - 리눅스 VM에 새로운 디스크 추가
13705정성태8/4/20244908닷넷: 2291. C# 13 - (5) params 인자 타입으로 컬렉션 허용 [2]파일 다운로드1
13704정성태8/2/20244468닷넷: 2290. C# - 간이 dotnet-dump 프로그램 만들기파일 다운로드1
13703정성태8/1/20244637닷넷: 2289. "dotnet-dump ps" 명령어가 닷넷 프로세스를 찾는 방법
13702정성태7/31/20244494닷넷: 2288. Collection 식을 지원하는 사용자 정의 타입을 CollectionBuilder 특성으로 성능 보완파일 다운로드1
13701정성태7/30/20244441닷넷: 2287. C# 13 - (4) Indexer를 이용한 개체 초기화 구문에서 System.Index 연산자 허용파일 다운로드1
13700정성태7/29/20244050디버깅 기술: 200. DLL Export/Import의 Hint 의미
13699정성태7/27/20244428닷넷: 2286. C# 13 - (3) Monitor를 대체할 Lock 타입파일 다운로드1
13698정성태7/27/20244203닷넷: 2285. C# - async 메서드에서의 System.Threading.Lock 잠금 처리파일 다운로드1
13697정성태7/26/20244402닷넷: 2284. C# - async 메서드에서의 lock/Monitor.Enter/Exit 잠금 처리파일 다운로드1
13696정성태7/26/20244204오류 유형: 920. dotnet publish - error NETSDK1047: Assets file '...\obj\project.assets.json' doesn't have a target for '...'
13695정성태7/25/20243977닷넷: 2283. C# - Lock / Wait 상태에서도 STA COM 메서드 호출 처리파일 다운로드1
13694정성태7/25/20244406닷넷: 2282. C# - ASP.NET Core Web App의 Request 용량 상한값 (Kestrel, IIS)
13693정성태7/24/20243888개발 환경 구성: 717. Visual Studio - C# 프로젝트에서 레지스트리에 등록하지 않은 COM 개체 참조 및 사용 방법파일 다운로드1
13692정성태7/24/20244476디버깅 기술: 199. Windbg - 리눅스에서 뜬 닷넷 응용 프로그램 덤프 파일에 포함된 DLL의 Export Directory 탐색
13691정성태7/23/20244067디버깅 기술: 198. Windbg - 스레드의 Win32 Message Queue 정보 조회
13690정성태7/23/20243762오류 유형: 919. Visual C++ 리눅스 프로젝트 - error : ‘u8’ was not declared in this scope
13689정성태7/22/20244472디버깅 기술: 197. Windbg - PE 포맷의 Export Directory 탐색
1  2  3  4  5  [6]  7  8  9  10  11  12  13  14  15  ...