Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- JavaScript
- VirtualBox
- ssh
- import
- web.xml
- vscode
- plugin
- resource
- lsof
- Eclipse
- 네트워크
- Windows
- Source
- 줄바꿈 문자
- maVen
- context
- Mac
- Quartz
- port
- profile
- 단축키
- GIT
- IntelliJ
- xargs
- netsh
- grep
- tomcat
- bash
- find
- Windows 10
Archives
- Today
- Total
develog
Windows ssh config 파일 위치 본문
## windows 에서 .ssh/config 경로
# 탐색기에서 경로
C:\Users\USER_01\.ssh\config
# Ubuntu 터미널에서 경로
/mnt/c/Users/USER_01/.ssh/config
## wsl 에서의 .ssh/config 경로
# 탐색기에서 경로
\\wsl$\Ubuntu\home\ingpdev\.ssh\config
# Ubuntu 터미널에서 경로
/home/USER_01/.ssh/config
Comments