UNPKG

n8n-nodes-customssh

Version:

n8n community node for advanced SSH connections with configurable ciphers and network device support

8 lines (7 loc) 247 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class SshPasswordCredential implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }