# Login with OTP

## 리눅스 또는 맥에서 터미널을 이용한 접속 (Accessing via Terminal on Linux or Mac)

OTP를 설정한 후 GSDC UI 서버에 접속하기 위해서는 두 번의 인증을 수행하여야 합니다.&#x20;

첫번째 인증은 기존과 같이 password 인증을 수행하고, 두번째 인증는 발급 받은 OTP 토큰 인증을 수행하여야 합니다.

To connect to the GSDC UI server using a terminal on Linux or Mac after setting up OTP, you need to undergo two authentication steps.&#x20;

The first authentication is carried out using the regular password, and the second authentication requires the verification of the issued OTP token.&#x20;

&#x20;

첫번째 인증(First Authentication) :

<pre data-overflow="wrap"><code><strong>First Factor: [Enter your regular password here]
</strong></code></pre>

두번째 인증(Second Authentication) :

```
Second Factor: [Enter the OTP code here]
```

\<ex>

```sh
$> ssh -p [port number] test_ipa@[target UI's hostname]
(test_ipa@[UI]) First Factor: [Enter regular password]
(test_ipa@[UI]) Second Factor: [Enter OTP code]
Last login: [last login details]
[test_ipa@[UI] ~]$
```

##

## 윈도우에서 MobaXterm을 이용한 접속 (Connecting via MobaXterm on Windows)

OTP를 설정한 후 GSDC UI 서버에 접속하기 위해서는 두 번의 인증을 수행하여야 합니다.&#x20;

첫번째 인증은 기존과 같이 password 인증을 수행하고, 두번째 인증는 발급 받은 OTP 토큰 인증을 수행하여야 합니다.&#x20;

After setting up OTP, to access the GSDC UI server, two authentication steps are required. The first authentication is done as usual with a password. The second authentication requires the OTP token you've been issued.

첫번째 인증(First Authentication) :

{% code overflow="wrap" %}

```
First Factor: [Enter regular password here]
```

{% endcode %}

두번째 인증(Second Authentication) :

```
Second Factor: [Enter OTP code here]
```

<예>

<figure><img src="/files/1iniXR1J3upaSCc3Y4El" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/RyqIPiLl4icTVevkgpx6" alt=""><figcaption></figcaption></figure>

## FileZilla를 이용한 접속 (Using FileZilla for Connection)

OTP를 설정한 후 GSDC UI 서버에 접속하기 위해서는 두 번의 인증을 수행하여야 합니다.&#x20;

첫번째 인증은 기존과 같이 password 인증을 수행하고, 두번째 인증는 발급 받은 OTP 토큰 인증을 수행하여야 합니다.&#x20;

After setting up OTP, to connect to the GSDC UI server, you need to perform two authentication steps. The first authentication is carried out as usual using password verification, and the second authentication requires the verification of the issued OTP token.

첫번째 인증(First Authentication) :

{% code overflow="wrap" %}

```
First Factor: [Enter regular password here]
```

{% endcode %}

두번째 인증(Second Authentication) :

```
Second Factor: [Enter OTP code here]
```

\<ex>

<figure><img src="/files/Meqn0eK5q5hj8UtfPxvM" alt=""><figcaption></figcaption></figure>

 ⌗ Logon Type 설정은 필히 Interactive 으로 변경하여야 함.

&#x20;⌗ Logon Type must be set to "Interactive".

## xshell을 이용한 접속 (Connecting using Xshell)

OTP를 설정한 후 GSDC UI 서버에 접속하기 위해서는 두 번의 인증을 수행하여야 합니다.&#x20;

첫번째 인증은 기존과 같이 password 인증을 수행하고, 두번째 인증는 발급 받은 OTP 토큰 인증을 수행하여야 합니다.

After setting up OTP, to access the GSDC UI server, you must undergo two authentication steps. The first authentication is the usual password authentication, and the second is the authentication using the issued OTP token.&#x20;

첫번째 인증(First Authentication) :

{% code overflow="wrap" %}

```
First Factor: [Enter regular password here]
```

{% endcode %}

두번째 인증(Second Authentication) :

```
Second Factor: [Enter OTP code here]
```

\<ex>

<figure><img src="/files/OkxF38Llp9F5KjqSr9se" alt=""><figcaption></figcaption></figure>

⌗ 사용자 인증에서 방법은 필히 Keyboard Interactive 으로 변경하여야 함.

⌗ Authentication method must be changed to Keyboard Interactive.

##

## 주의사항 (Caution)

* OTP 코드는 시간에 따라 계속 변경됩니다. 따라서 접속 시 마다 새로운 OTP 코드를 사용해야 합니다.

* OTP 인증을 잘못 입력하면 접속이 거부될 수 있습니다. 입력 정보를 정확히 확인한 후 다시 시도해주세요.

* The OTP code changes over time. Therefore, you must use a new OTP code every time you connect.&#x20;

* Incorrect OTP authentication may result in a denied connection. Please double-check your input information and try again.


---

# Agent Instructions: 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://gsdc-farm.gitbook.io/gsdc-otp/login-with-otp.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.
