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 | 29 | 30 | 31 |
Tags
- Mac
- bash
- tomcat
- profile
- GIT
- VirtualBox
- port
- Windows 10
- 단축키
- Windows
- plugin
- lsof
- web.xml
- find
- netsh
- ssh
- maVen
- IntelliJ
- Source
- JavaScript
- grep
- Eclipse
- Quartz
- import
- xargs
- context
- vscode
- 줄바꿈 문자
- resource
- 네트워크
Archives
- Today
- Total
develog
[bash] .ssh/config 파일 본문
파일 구성
# ~/.ssh/config
Host <alias1> <alias1>
HostName <FQDN or IP address>
Port <remote port>
User <remote user>
IdentityFile <id_rsa file path>
파일 예제
Host mydev-server mydev-server1
HostName 192.168.56.10
Port 22
User root
IdentityFile ~/.ssh/id_rsa