웹마짱구의 블로그

728x90

원문 : https://lucidmaj7.tistory.com/239

 

Windows 10 WSL 기본 리눅스 설정하기

Windows 10에서 도입된 Windows WSL(Windows Subsystem for Linux)은 Windows에서 리눅스를 사용할 수 있게 해주는 기능입니다. 별도의 가상머신을 설치 하지 않고도! WSL에는 Microsoft Store를 통해서 여러가지 배포

lucidmaj7.tistory.com

 

c:\>wsl -s [변경할 WSL]

728x90

원문 : https://serverfault.com/questions/52285/create-a-public-ssh-key-from-the-private-key

 

Create a public SSH key from the private key?

Let's suppose I have a SSH key, but I've deleted the public key part. I have the private key part. Is there some way I can regenerate the public key part?

serverfault.com

 

$ ssh-keygen -f ~/.ssh/id_rsa -y > ~/.ssh/id_rsa.pub