- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 83字
- 2021-07-02 19:46:26
Changing your password
To change your password, enter the following command into your SSH connection:
passwd
You will be asked to enter your current password (raspberry) and then asked to enter a new password twice. All being well, you should see a message like the one in the next screenshot. After changing a password over an SSH connection, I always open another SSH connection to my Pi and check whether I can successfully connect using my new password before I close the connection:

推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- Oracle Database In-Memory(架構與實踐)
- Learn Scala Programming
- Python數據分析(第2版)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- 零基礎學C語言第2版
- Python入門很輕松(微課超值版)
- 代碼閱讀
- Mockito Essentials
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 算法設計與分析:基于C++編程語言的描述
- 計算機應用基礎(第二版)
- Using Yocto Project with BeagleBone Black
- Yii2 By Example