Created
March 27, 2017 16:12
-
-
Save ecton/9cee9cee045b93fc3c8bcca9c76c85eb to your computer and use it in GitHub Desktop.
SSH from Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ssh { | |
$host.ui.rawui.WindowTitle = "ssh $args" | |
C:\Windows\system32\bash.exe -l -c "ssh $args" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment