From 041e759e18a770344fcddd8bd119dbba5aad178d Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Tue, 20 Oct 2015 11:07:00 +1100 Subject: [PATCH] improve code block formatting --- ssh.exe-examples.md | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index c6d7959..c0b9911 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -17,21 +17,12 @@ ##### Remote Powershell over ssh Powershell can be launched over remote ssh session as follows: -`C:\Master>ssh.exe -l user@127.0.0.1` - -`user@127.0.0.1's password: **********` - -`Microsoft Windows [Version 10.0.10566]` - -`(c) 2016 Microsoft Corporation. All rights reserved.` - -`user@DEV-10566-829 C:\Users\user>powershell -File -` - - -`PS C:\Users\user> get-module` - -`ModuleType Version Name ExportedCommands` - -`---------- ------- ---- ----------------` - -`Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Computer, Add-Content, Checkpo...` \ No newline at end of file + C:\Master>ssh.exe -l user@127.0.0.1 + user@127.0.0.1's password: ********** + Microsoft Windows [Version 10.0.10566] + (c) 2016 Microsoft Corporation. All rights reserved. + user@DEV-10566-829 C:\Users\user>powershell -File - + PS C:\Users\user> get-module + ModuleType Version Name ExportedCommands + ---------- ------- ---- ---------------- + Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Computer, Add-Content, Checkpo... \ No newline at end of file