Raspberry Pi と weaved

Created Date: 2016-05-25/ updated date: 2018-03-13
Owner & Collaborators
License
Summary
Raspberry Pi (以降ラズパイと記す) の勉強会の資料です。
この記事は Raspberry Pi 勉強会 の一部です。

Memo

ssh の設定

posted by ohwada on May 25, 2016
weaved のサービスとして ssh を設定する
---
$ sudo weavedinstaller

Please enter your Weaved Username (email address): <== メールアドレス
Please enter your password: <== パスワード

********************** Main Menu ************************                                                    
*       1) Attach/reinstall Weaved to a Service         
*       2) Remove Weaved attachment from a Service      
*       3) Exit                                         
*********************************************************
Please select from the above options (1-3): <== 1

*********** Protocol Selection Menu ***********                                         
*    1) SSH on default port 22                
*    2) Web (HTTP) on default port 80         
*    3) VNC on default port 5901              
*    4) Custom (TCP)                          
*    5) Return to previous menu               
***********************************************
Please select from the above options (1-5): <== 1

You have selected: 1. 
Would you like to continue with the default port assignment? [y/n]  <== y

Enter a name for this Service Attachment (e.g. SSH-Pi). 
This name will be shown in your Weaved Device List.
<== ssh-pi

(下記のように一覧に表示されます)
Protocol Port Service Weaved Name
=================================
SSH 22 sshd       ssh-pi

********************** Main Menu ************************                                                    
*       1) Attach/reinstall Weaved to a Service         
*       2) Remove Weaved attachment from a Service      
*       3) Exit                                         
*********************************************************
Please select from the above options (1-3): <== 3
---

Comments