SSH接続してみよう
SSHしてみる
sshコマンド
PC C:\Users> ssh
ssh叩いてみてエラーが出たら入れよう。調べて。最近のWindowsは標準で入ってるらしい
PC C:\Users> ssh
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address]
[-c cipher_spec] [-D [bind_address:]port] [-E log_file]
[-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file]
[-J destination] [-L address] [-l login_name] [-m mac_spec]
[-O ctl_cmd] [-o option] [-P tag] [-p port] [-Q query_option]
[-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
destination [command [argument ...]]
これはOKな例
ssh [ホスト名]@[IPアドレス]
でアクセスできます。
SSHのポート
デフォルトは22番ポートですが変えておくとセキュリティ的にGOODです。