일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 맛집
- Spring
- AWS
- redis
- JVM
- IntelliJ
- 요리
- elasticsearch
- javascript
- php
- springboot
- devops
- java
- laravel
- jsp
- linux
- jenkins
- Oracle
- Gradle
- it
- ubuntu
- Git
- Web Server
- db
- ReactJS
- tool
- Spring Batch
- Spring Boot
- MySQL
- Design Patterns
- Today
- Total
아무거나
[vagrant] vagrant key파일 있는 서버 박스추가 및 연결방법 본문
** vagrant key파일 있는 서버 박스추가 및 연결방법
1. https://app.vagrantup.com/boxes/search 에서 검색
2. 설명에 있는대로 추가 // 1,2 -> vagrant box setting
3. public key가 없어서 로그인이 안되는 경우도 있다. // key empty ... not login
4. vagrant ssh-config or vagrant ssh // ssh config info
ex) D:\data\elk>vagrant ssh-config
Host default
HostName 127.0.0.1
User ubuntu
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile D:/data/elk/.vagrant/machines/default/virtualbox/private_key
IdentitiesOnly yes
LogLevel FATAL
D:\data\elk>vagrant ssh
`ssh` executable not found in any directories in the %PATH% variable. Is an
SSH client installed? Try installing Cygwin, MinGW or Git, all of which
contain an SSH client. Or use your favorite SSH client with the following
authentication information shown below:
Host: 127.0.0.1
Port: 2222
Username: ubuntu
Private key: D:/data/elk/.vagrant/machines/default/virtualbox/private_key
5. Private key 경로에 key파일이 있다. 그걸 이용해서 연결 // key file root
'Infra > DevOps' 카테고리의 다른 글
[vagrant] 로컬 개발환경구축 vagrant세팅 (0) | 2019.03.25 |
---|---|
[vagrant] 폴더가 전부 777 권한일 경우 설정 수정 (0) | 2019.03.25 |
[virtualbox] 네트워크 삭제 (0) | 2019.03.25 |
jenkins 보안 취약점 업데이트후 경고메세지 출력 문제 (0) | 2019.03.07 |
jenkins 이용한 gradle 프로젝트 빌드 (0) | 2019.03.07 |