n8n-nodes-ssh-nexus
Version:
Enhanced SSH operations with TextFSM template parsing capabilities for network device automation
13 lines (11 loc) • 379 B
JavaScript
// Export nodes and credentials for n8n
// SSH Nexus: Enhanced SSH operations with TextFSM template parsing
module.exports = {
nodes: [
require('./dist/nodes/SuperSsh/SuperSsh.node.js'),
require('./dist/nodes/SshTemplateParser/SshTemplateParser.node.js'),
],
credentials: [
require('./dist/credentials/SuperSshCredentials.credentials.js'),
],
};