a-shell icon indicating copy to clipboard operation
a-shell copied to clipboard

add shortcut for "execute ssh command"

Open prabirshrestha opened this issue 4 years ago • 2 comments

I have a NAS and would like to automate few things with ssh on a remote server. Execute command shortcut already exists but I would like to have Execute SSH command shortcut so that I can run ssh commands easily on my server.

Few configurations I would need is hostname, username, ssh key, ssh key password and port. It might even be better if this is configured in ashell and we just select the dropdown of configs.

prabirshrestha avatar Oct 02 '21 17:10 prabirshrestha

That sounds like something you can do by yourself in Shortcuts: there are nodes that allow you to ask for information, and nodes to combine different text nodes to create the actual command, and the Execute command shortcut can take a text node as input.

holzschu avatar Oct 02 '21 19:10 holzschu

What I'm looking is for something similar to one that iOS shortcuts provide but I want to use keys from a-shell and let it manage instead of me managing the keys in other place.

image

prabirshrestha avatar Nov 10 '21 02:11 prabirshrestha