3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SC(非公式)Advent Calendar 2018

Day 13

windows10でsshするまで

Last updated at Posted at 2018-11-29

windows10での標準機能でlinux触れるようになったというので実際にやってみました。

#機能の有効化
標準ではLinuxのスクリプトはOFFになっていて何もできないのでwindows機能の追加と削除で"Windows Subsystem for Linux"をOnにします。

image.png

はじめはこれさえ追加したら実行できるのかと思い、cmdでbashと実行してみましたが、ものの見事にエラー、なにかが足りないと言われました。
そこで調べるとwindowsAppから対応アプリを入れる必要がありとのこと

そこでWindowsAppも導入してみました

#Windows10アプリのインストール
はじめは機能の追加だけでできると思っていましたが、bashと叩いてもエラーがでてしまいました。
調べるとどうやらWindows10アプリのインストールが必要なようです。

アプリストアで"Ubuntu"と検索
image.png
シンプルにUbuntuをインストールしました。

#Linuxにssh
さぁ、これで準備が整いました。それではsshしてみます。
image.png

無事できました!

アプリを入れさえすれば、アプリからでもCmdでもどちらからでもアクセスすることができるようです。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?