# new SSH(coreObj) → {Server.Interfaces.SSH}
This is the SSH Interface of the Blackrock Application Server. It is responsible for providing an interface to other clients and servers via the SSH protocol. PLEASE NOTE: This interface is undergoing development and is not yet functional.
Parameters:
Name | Type | Description |
---|---|---|
coreObj |
Server.Modules.Core | The Core Module Singleton |
- Copyright:
- Copyright (c) 2021 Darren Smith
- License:
- Licensed under the LGPL license.
- Source:
- To Do:
-
- Finish writing the SSH interface
Returns:
interface - The Axon Interface Singleton
Example
const sshInterfaceSingleton = core.module('ssh', 'interface');