Replies: 1 comment 1 reply
-
You want
launch kitten ssh remote
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am writing a script for connecting to a remote host using SSH kitten and opening relevant programs on separate windows using
kitten @ launch
.Minimal example:
launch
from last line creates a new window in local host's current directory instead of remotehost.Should I modify the script so that the new window also creates it's own SSH connection or is there any convenient way to reuse the same connection?
This behavior works as expected when I do not connect to SSH from a script.
I am using kitty 0.42.2 on Ubuntu.
Relevant discussions:
#5987
Beta Was this translation helpful? Give feedback.
All reactions