> For the complete documentation index, see [llms.txt](https://gsds.gitbook.io/gsds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gsds.gitbook.io/gsds/for-beginners/access-server.md).

# Access Server

GSDS 서버에 접근하는 가장 기본적인 방법은 ssh 를 사용하는 방법입니다.

Mac OS, Linux 의 경우 Terminal 을 사용하면되고,  windows 의 경우 WSL(Windows Subsystem for Linux)를 사용하면 `ssh` 명령어를 사용할 수 있습니다. 아래는 `ssh` 를 사용하는 예시입니다.

```
ssh {id}@{gsds login node ip} -p {gsds port}
```

* id: 전달 받은 GSDS 서버 계정을 입력하시면 됩니다.
* gsds login node ip: 각자에게 알맞은 GSDS 서버 IP 를 입력하시면 됩니다.
* gsds port: 학교 내부망(학내 와이파이)를 사용하는 경우 22, 이외의 경우는 22555 를 입력하시면 됩니다.

만약 전달받은 계정이 kim 이고, 이재진 교수님 연구실 소속이라 147.47.200.192 을 통해서 서버에 접속하고 개인 가정집에서 서버에 접속하고자 하는 경우 아래와 같이 명령어를 입력하시면 됩니다.

```
ssh kim@147.47.200.192 -p 22555
```

위와 같이 명령어를 입력한 이후, 개인 계정에 알맞은 비밀번호를 입력하면 서버에 접속하는 것이 가능합니다.

{% hint style="warning" %}
2024.01.17 이후 확외 접속의 경우 22554 대신 22555 포트를 사용하셔야 합니다.
{% endhint %}

{% hint style="info" %}
&#x20;계정 신청 링크 \
<https://docs.google.com/forms/d/1ScHMMrL9ezJnWAYUtWNuxuMslRQ-5X-2tNg0lUm9b44><br>

계정 생성은 1\~2주에 한 번 진행합니다. 신청 후 안내 메일이 오기 전까지 기다려주세요.
{% endhint %}

아래에 언급된  프로그램들을 이용하면 조금 더 편하게 서버에 접속하는 것이 가능합니다. (기본적으로는  `ssh` 를 사용한 방법과 원리는 같습니다.)

{% content-ref url="/pages/zi1d5ooa956T3j5rvMql" %}
[Putty](/gsds/for-beginners/access-server/putty.md)
{% endcontent-ref %}

{% content-ref url="/pages/cThdjSFBr0JaIjYUtsOm" %}
[VSCode](/gsds/for-beginners/access-server/vscode.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gsds.gitbook.io/gsds/for-beginners/access-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
