Differences
This shows you the differences between the selected revisions of the page.
| 2020-10-01 | 2020-10-16 | ||
| explicit anchor win32-openssh (martin) | windows terminal (martin) | ||
| Line 99: | Line 99: | ||
| (assuming a Unix-like system and the ''bash'' shell) | (assuming a Unix-like system and the ''bash'' shell) | ||
| + | |||
| + | ==== [[wt]] Win32-OpenSSH in Windows Terminal ==== | ||
| + | |||
| + | For a better experience, you can execute the ''ssh'' in Windows Terminal app: | ||
| + | <code custom-command-local> | ||
| + | wt.exe ssh.exe !U@!@ -p !# -t "cd !/ \; /bin/bash" | ||
| + | </code> | ||
| + | |||
| + | Note the escaped semicolon. //You need the latest version of WinSCP for this to work.// &recent | ||
| ==== [[wsl]] WSL ==== | ==== [[wsl]] WSL ==== | ||