UNPKG

n8n-nodes-customssh

Version:

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

9 lines (7 loc) 256 B
// Package information for n8n community node discovery module.exports = { name: 'n8n-nodes-customssh', version: '1.0.0', nodes: ['dist/nodes/CustomSsh/CustomSsh.node.js'], credentials: ['dist/credentials/SshPasswordCredential.credentials.js'] };