# ssh-server

<mark style="color:red;">`hostname(config)#`</mark> konfigürasyon prompt bölümündeki kullanılabilir <mark style="color:red;">`ssh-server`</mark>  komutuyla  ile SSH Server ilgili konfigürasyon işlemlerinin gerçekleştirilebileceği <mark style="color:red;">`hostname(config-ssh-server)#`</mark> bölümüne geçiş yapılır. Bu bölümde web arayüzde [**Maintenance -> System -> SSH Server**](/targitas-kullanim-rehberi/ngips-rehberi.md)  sekmesinde gerçekleştirilebilen konfigürasyonlar için gerekli komutlar bulunur.&#x20;

```
targitas(config)# ssh-server 
targitas(config-ssh-server)# ?
allow-from               Allow IP Address to connect ssh-server.
enable                   EnableWeb Server
ip                       Listen IP
max-auth-tries           Specifies the maximum number of authentication attempts permitted per connection.
port                     Port

```

| <mark style="color:blue;">`allow-from [Zone]`</mark>       | Access Control List sayesinde SSH Server'a hangi Interface'in erişim sağlayacağı belirlenebilir.                                                          |
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <mark style="color:blue;">`enable`</mark>                  | Targitas'a ssh bağlantısı kurulmasına izin verir.                                                                                                         |
| <mark style="color:blue;">`ip [Listen IP]`</mark>          | SSH Sunucusu'nun hangi IP adresinde çalışacağını belirtir.                                                                                                |
| <mark style="color:blue;">`max-auth-tries [Number]`</mark> | Targitas'a ssh bağlantısı kurulma denemedinde maksimum hatalı giriş denemesi sınırı brute-force saldırılarına karşı güvenlik önlemi olarak belirlenebilir |
| <mark style="color:blue;">`port [Port]`</mark>             | SSH Sunucusu'nun belirlenen IP adresinin hangi portunda çalışacağı belirtilir. Varsayılan port değeri 22'dir.                                             |


---

# 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://docs.targitas.com/targitas-kullanim-rehberi/targitas-cli-arayuzune-giris/cli-konfigurasyon-komutlari/ssh-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.
