// vibeshell-gateway

VibeShell Gateway

Linux 서버에 VibeShell Gateway를 설치하면 Tailscale 기반 보안 SSH 프록시가 구성됩니다. 포트 포워딩 없이 어디서든 안전하게 서버에 접속할 수 있습니다.

설치 명령어
curl -fsSL https://www.wevesolutions.co.kr/downloads/gateway/install.sh | bash

설치 단계

Step 1

설치 스크립트 실행

원라인 명령어로 바이너리 다운로드, 설정 파일 생성, systemd 서비스 등록까지 자동으로 완료됩니다.

Step 2

설정 파일 편집

Tailscale auth key를 설정하고, 접속할 SSH 타겟 서버를 추가합니다.

sudo vi /etc/vibeshell-gateway/gateway.yaml
Step 3

게이트웨이 시작

systemd 서비스를 시작하면 Tailscale 네트워크에 자동 연결됩니다.

sudo systemctl start vibeshell-gateway
sudo systemctl enable vibeshell-gateway
Step 4

VibeShell 앱에서 연결

VibeShell 앱에서 게이트웨이 주소로 연결하면 Tailscale 기반 보안 터널을 통해 SSH 접속이 됩니다.

시스템 요구사항

  • OSLinux (amd64, arm64)
  • 권한root 또는 sudo
  • 네트워크Tailscale 계정 및 auth key (Admin Console에서 생성)
  • 포트8022 (SSH 프록시), 8080 (헬스체크) — 외부 개방 불필요

직접 다운로드

설치 후 헬스체크: curl http://localhost:8080/health

← VibeShell 소개