AutoSSH + Reverse Proxy 구현하기 - Ubuntu 18.04
AutoSSH 5001(원격지 서버) -> 80(로컬 서버) 원격지 서버 작업 계정생성 및 autossh 설정 후 확인. sudo addgroup --gid 1100 tunnel sudo adduser --gid 1100 tunnel su -l tunnel ssh localhost (.ssh 디렉토리 만들기) vi ~/.ssh/authorized_keys pub값복사 telnet localhost 5001 확인 로컬 서버 작업 autossh 설치 및 터널링 설정. sudo apt install -y autossh ssh-keygen 키설정 ssh tunnel@xx.xx.xx 접속 확인 autossh -f -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax..
Lab/Server
2019. 9. 19. 19:25
Notice
Recently Posted
TAG
- FlightAware
- influxdb
- Peverse Proxy
- vue.js
- rfc3339
- nginx
- Python
- letsencrypt
- autossh
- ADS-B
- 예외처리
- 인자값
- datetime
- Raspberry Pi
Posts by Date