vscode remote-containers error

vscode에서 remote로 docker에 접속할때 docker extention으로 접속할때. attache visual studio code를 클릭하면 Error running command remote-containers.attachToRunningContainerFromViewlet: The operation was aborted. This is likely caused by the extension that contributes remote-containers.attachToRunningContainerFromViewlet. 위와같은 에러가 발생한다. 혹은 remote explorer의 Dev Containers에서 도커를 잡으려고 아무리 새로고침을 해봐도 Error running command remote-containers.explorerTargetsRefresh: The operation was aborted. This is likely caused …

Linux SSH setting 및 접속

/Linux SSH setting 및 접속/ 시큐어 셸(Secure SHell, SSH)은 네트워크 상의 다른 컴퓨터에 로그인하거나 원격 시스템에서 명령을 실행하고 다른 시스템으로 파일을 복사할 수 있도록 해 주는 응용 프로그램 또는 그 프로토콜을 가리킨다. 기존의 rsh, rlogin, 텔넷 등을 대체하기 위해 설계되었으며, 강력한 인증 방법 및 안전하지 못한 네트워크에서 안전하게 통신을 할 수 있는 기능을 제공한다. 기본적으로는 …