# 서버 접속 방법

 **방법 1. SSH 접속**

[ ![ssh.PNG](https://manual.dabory.com/uploads/images/gallery/2024-11/scaled-1680-/ssh.PNG)](https://manual.dabory.com/uploads/images/gallery/2024-11/ssh.PNG)

- Window : Git Bash 실행, Mac/Linux : 터미널 실행 -&gt; ssh (사용자명)@(서버IP) -p (포트) -&gt; 비밀번호 작성 -&gt; 서버 접속

 **방법 2. 스크립트 파일로 접속 (자동화 스크립트 파일이 있다는 가정)**

[ ![캡처fff.PNG](https://manual.dabory.com/uploads/images/gallery/2024-11/scaled-1680-/QfGfff.PNG)](https://manual.dabory.com/uploads/images/gallery/2024-11/QfGfff.PNG)

- Git Bash 실행, Mac/Linux : 터미널 실행 -&gt; ./(파일 이름) (서버 이름) -&gt; 비밀번호 작성 -&gt; 서버 접속