보관함

2021년 6월 내가 설치한 vscode 확장들

최근에는 asp.net core 에 한정해서 개발을 하다보니 대부분 Disable 하고 필요한 것만 Enable 해서 사용

사용중 .NET Core Add Reference .NET Core Test Explorer .NET Install Tool for Extension Authors ASP.NET Core Switcher Auto Close Tag Auto Rename Tag Auto-Using for C# Bookmarks C# C# Namespace Autocompletion Code Spell Checker CSS Flexbox Cheatsheet CSS […]

SSH 터널링

localhost (앞쪽) : binding 할 현재 컴퓨터의 8080 포트 localhost (뒤쪽) : 리모트 의 binding 가능한 8080 포트 id@remote.anyons.net : ssh로 접속할 server

ssh 비밀번호 사용하지 않기

client에서 할일

~/.ssh/id_rsa.pub 공개키 생성되면 접속할 서버에 ./ssh/authorized_keys 파일 안에 복사 해 넣는다.