Differences
This shows you the differences between the selected revisions of the page.
integration_putty 2023-06-30 | integration_putty 2024-10-22 (current) | ||
Line 98: | Line 98: | ||
==== [[wt]] Win32-OpenSSH in Windows Terminal ==== | ==== [[wt]] Win32-OpenSSH in Windows Terminal ==== | ||
- | For a better experience, you can execute the ''ssh'' in [[https://www.microsoft.com/store/apps/9n0dx20hk701|Windows Terminal app]]: | + | For a better experience, you can execute the ''ssh'' in [[https://apps.microsoft.com/detail/9n0dx20hk701|Windows Terminal app]]: |
<code custom-command-local> | <code custom-command-local> | ||
wt.exe ssh.exe !U@!@ -p !# -t "cd !/ \; /bin/bash --login" | wt.exe ssh.exe !U@!@ -p !# -t "cd !/ \; /bin/bash --login" | ||
Line 115: | Line 115: | ||
</code> | </code> | ||
- | Also, make sure that [[ui_pref_integration_app#other_options|//Remember session password and pass it to PuTTY//]] is turned off. Or use [[https://packages.debian.org/buster/sshpass|''sshpass'' package]] to allow passing the password on the commandline. | + | Also, make sure that [[ui_pref_integration_app#other_options|//Remember session password and pass it to PuTTY//]] is turned off. Or use [[https://packages.debian.org/buster/sshpass|''sshpass'' package]] to allow passing the password on the command-line. |
You can also have the remote shell open in the same working directory as WinSCP, using a [[integration_putty#putty_startup_directory|similar trick as with PuTTY]]: | You can also have the remote shell open in the same working directory as WinSCP, using a [[integration_putty#putty_startup_directory|similar trick as with PuTTY]]: |