Following the README after a npm install -g mcp-ssh-manager, and then having symlinked /usr/local/bin/ssh-manager to /usr/lib/node_modules/mcp-ssh-manager/cli/ssh-manager as a workaround for #18 , adding a server fails:
$ ssh-manager server add
...
Configuration Summary
----------------------------------------
Name: something
Host: something.example.com
User: jantman
Port: 22
Auth: key
Key: /home/me/.ssh/id_rsa
Save this configuration? [Y/n]: Y
cp: cannot stat '/usr/lib/node_modules/mcp-ssh-manager/.env': No such file or directory
$
Following the README after a
npm install -g mcp-ssh-manager, and then having symlinked/usr/local/bin/ssh-managerto/usr/lib/node_modules/mcp-ssh-manager/cli/ssh-manageras a workaround for #18 , adding a server fails: