> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-syntax-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Ssh.Algorithms

# Interface: Algorithms

[ssh](/templates/protocols/javascript/modules/ssh).Algorithms

Algorithms Interface

## Table of contents

### Properties

* [HostKey](/templates/protocols/javascript/modules/ssh.Algorithms#hostkey)
* [Kex](/templates/protocols/javascript/modules/ssh.Algorithms#kex)
* [R](/templates/protocols/javascript/modules/ssh.Algorithms#r)
* [W](/templates/protocols/javascript/modules/ssh.Algorithms#w)

## Properties

### HostKey

• `Optional` **HostKey**: `string`

#### Defined in

ssh.ts:134

***

### Kex

• `Optional` **Kex**: `string`

#### Defined in

ssh.ts:132

***

### R

• `Optional` **R**: [`DirectionAlgorithms`](/templates/protocols/javascript/modules/ssh.DirectionAlgorithms)

#### Defined in

ssh.ts:138

***

### W

• `Optional` **W**: [`DirectionAlgorithms`](/templates/protocols/javascript/modules/ssh.DirectionAlgorithms)

#### Defined in

ssh.ts:136
