# Login with OTP

## Login Node&#x20;

gw-ui01.sdfarm.kr

## Accessing via Terminal on Linux or Mac

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.

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] ~]$
```

## Connecting via MobaXterm on Windows

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]
```

\<ex>

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

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

## Using FileZilla for Connection

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/t3Di9eRak35NhaZF0gqN" alt=""><figcaption></figcaption></figure>

\#Logon Type must be set to "Interactive".

## Connecting using Xshell

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/qwxWK8EianpubumHPnLG" alt=""><figcaption></figcaption></figure>

⌗ Authentication method must be changed to Keyboard Interactive.

##

## Caution

* 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/gw-tier3/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.
