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 |
Tags
- import
- ssh
- Windows
- 단축키
- 네트워크
- profile
- Quartz
- 줄바꿈 문자
- tomcat
- Eclipse
- GIT
- Mac
- context
- Windows 10
- lsof
- resource
- bash
- JavaScript
- xargs
- Source
- VirtualBox
- find
- vscode
- port
- IntelliJ
- maVen
- netsh
- plugin
- grep
- web.xml
Archives
- Today
- Total
develog
[ubuntu] ssh 22 port open 본문
1. VirtualBox network 설정 변경
Birdged Adapter 로 변경
2. ssh server 설치 (on Ubuntu)
sudo apt-get install openssh-server
3. 방화벽 오픈 (on Ubuntu)
sudo ufw enable
sudo ufw status verbose
sudo ufw allow ssh
sudo ufw show raw
4. ssh 연결 (onHOST PC)
ssh <username>@ubuntu_ip
Comments