Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Visual Studiio - error : Could not connect to the remote system. Please verify your connection settings, and that your machine is on the network and reachable.

이상하군요, 분명히 (Visual Studio Connection Manager의) store.xml에 저장된,

<?xml version="1.0" encoding="utf-8"?>
<store hash="c492650...[생략]...0ec39">
  <entries>
    <entry id="-1204116193">
      <isdefault>false</isdefault>
      <hostname>192.168.100.20</hostname>
      <port>22</port>
      <dateAdded>금-11-2 2022 16:00:52</dateAdded>
      <fingerprint>SHA256:5HAs..[생략]...+iI</fingerprint>
      <credentials>
        <lastsuccessful>월-1-1 0001 00:00:00</lastsuccessful>
        <lastfailed>월-1-1 0001 00:00:00</lastfailed>
        <lastupdated>금-21-7 2023 13:39:01</lastupdated>
        <username>kevin</username>
        <authenticationMethod>Password</authenticationMethod>
        <password>AQAAAN..[생략]...kBWM5rQ==</password>
      </credentials>
      <properties />
    </entry>
  </entries>
</store>

fingerprint 값이 올바른데도,

C:\temp\ConsoleApp1\ConsoleApp1\bin> ssh -o FingerprintHash=sha256 192.168.100.20
The authenticity of host '192.168.100.20 (192.168.100.20)' can't be established.
ECDSA key fingerprint is SHA256:5HAs..[생략]...+iI.
Are you sure you want to continue connecting (yes/no/[fingerprint])?

빌드 시 오류가 발생합니다.

Project "C:\temp\ConsoleApp1\ConsoleApp1.vcxproj" on node 1 (Rebuild target(s)).
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VC\v170\Application Type\Linux\1.0\Linux.targets(185,5): error : Could not connect to the remote system. Please verify your connection settings, and that your machine is on the network and reachable. [C:\temp\ConsoleApp1\ConsoleApp1.vcxproj]
Done Building Project "C:\temp\ConsoleApp1\ConsoleApp1.vcxproj" (Rebuild target(s)) -- FAILED.


이거저거 하다 보니, 해결은 됐는데, 아마도 ssh로 직접 로그인까지 완료한 경우에 저 현상이 없어진 것 같습니다. (확실하지 않으므로 나중에 한 번 더 오류가 발생하면 테스트를 해보겠습니다.) 단지 기록 차원에서 남깁니다. ^^




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







[최초 등록일: ]
[최종 수정일: 12/22/2023]

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)
13462정성태11/27/20232413오류 유형: 880. Visual Studio - error CS0246: The type or namespace name '...' could not be found
13461정성태11/26/20232467닷넷: 2173. .NET Core 3/5+ 기반의 COM Server를 registry 등록 없이 사용하는 방법파일 다운로드1
13460정성태11/26/20232384닷넷: 2172. .NET 6+ 기반의 COM Server 내에 Type Library를 내장하는 방법파일 다운로드1
13459정성태11/26/20232429닷넷: 2171. .NET Core 3/5+ 기반의 COM Server를 기존의 regasm처럼 등록하는 방법파일 다운로드1
13458정성태11/26/20232421닷넷: 2170. .NET Core/5+ 기반의 COM Server를 tlb 파일을 생성하는 방법(tlbexp)
13457정성태11/25/20232310VS.NET IDE: 187. Visual Studio - 16.9 버전부터 추가된 "Display inline type hints" 옵션
13456정성태11/25/20232635닷넷: 2169. C# - OpenAI를 사용해 PDF 데이터를 대상으로 OpenAI 챗봇 작성 [1]파일 다운로드1
13455정성태11/25/20232538닷넷: 2168. C# - Azure.AI.OpenAI 패키지로 OpenAI 사용파일 다운로드1
13454정성태11/23/20232868닷넷: 2167. C# - Qdrant Vector DB를 이용한 Embedding 벡터 값 보관/조회 (Azure OpenAI) [1]파일 다운로드1
13453정성태11/23/20232348오류 유형: 879. docker desktop 설치 시 "Invalid JSON string. (Exception from HRESULT: 0x83750007)"
13452정성태11/22/20232454닷넷: 2166. C# - Azure OpenAI API를 이용해 사용자가 제공하는 정보를 대상으로 검색하는 방법파일 다운로드1
13451정성태11/21/20232593닷넷: 2165. C# - Azure OpenAI API를 이용해 ChatGPT처럼 동작하는 콘솔 응용 프로그램 제작파일 다운로드1
13450정성태11/21/20232389닷넷: 2164. C# - Octokit을 이용한 GitHub Issue 검색파일 다운로드1
13449정성태11/21/20232505개발 환경 구성: 688. Azure OpenAI 서비스 신청 방법
13448정성태11/20/20232800닷넷: 2163. .NET 8 - Dynamic PGO를 결합한 성능 향상파일 다운로드1
13447정성태11/16/20232681닷넷: 2162. ASP.NET Core 웹 사이트의 SSL 설정을 코드로 하는 방법
13446정성태11/16/20232640닷넷: 2161. .NET Conf 2023 - Day 1 Blazor 개요 정리
13445정성태11/15/20232953Linux: 62. 리눅스/WSL에서 CA 인증서를 저장하는 방법
13444정성태11/15/20232693닷넷: 2160. C# 12 - Experimental 특성 지원
13443정성태11/14/20232759개발 환경 구성: 687. OpenSSL로 생성한 사용자 인증서를 ASP.NET Core 웹 사이트에 적용하는 방법
13442정성태11/13/20232532개발 환경 구성: 686. 비주얼 스튜디오로 실행한 ASP.NET Core 사이트를 WSL 2 인스턴스에서 https로 접속하는 방법
13441정성태11/12/20232876닷넷: 2159. C# - ASP.NET Core 프로젝트에서 서버 Socket을 직접 생성하는 방법파일 다운로드1
13440정성태11/11/20232490Windows: 253. 소켓 Listen 시 방화벽의 Public/Private 제어 기능이 비활성화된 경우
13439정성태11/10/20233081닷넷: 2158. C# - 소켓 포트를 미리 시스템에 등록/예약해 사용하는 방법(Port Exclusion Ranges)파일 다운로드1
13438정성태11/9/20232656닷넷: 2157. C# - WinRT 기능을 이용해 윈도우에서 실행 중인 Media App 제어
13437정성태11/8/20232833닷넷: 2156. .NET 7 이상의 콘솔 프로그램을 (dockerfile 없이) 로컬 docker에 배포하는 방법
1  2  3  4  5  6  [7]  8  9  10  11  12  13  14  15  ...