Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\> ssh who@127.0.0.1
The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established.
ECDSA key fingerprint is SHA256:XCgxoYbcmgewLfvfvF4MSqMuBBTr8/rk2Uz1I4BdMh4.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '127.0.0.1' (ECDSA) to the list of known hosts.
who@127.0.0.1's password:
Microsoft Windows [Version 10.0.18362.418]
(c) 2019 Microsoft Corporation. All rights reserved.
who@PC C:\Users\who>cd \
who@PC C:\>dir
ドライブ C のボリューム ラベルは Windows10 です
ボリューム シリアル番号は E00A-7A00 です
C:\ のディレクトリ
2018/02/21 14:29 <DIR> DRIVERS
2018/02/16 17:59 <DIR> Intel
2018/11/30 13:26 <DIR> Program Files
2018/12/05 04:35 <DIR> Program Files (x86)
2018/10/04 21:35 <DIR> Users
2018/11/30 17:20 <DIR> Windows
0 個のファイル 0 バイト
6 個のディレクトリ 47,405,686,784 バイトの空き領域
who@PC C:\>exit
Connection to 127.0.0.1 closed.
PS C:\>
|