通过 SSH 远程访问 Termux: 从个人电脑管理您的智能手机

2026年9月5日1 次浏览来源:Dev.to阅读原文

正文保留英文原文(机翻易破坏代码与排版),标题/摘要已提供中文

Managing files, running scripts, and executing terminal commands on your smartphone from a computer is much more convenient through a full SSH session, eliminating the need to switch between device screens. ​Installing OpenSSH Open Termux and install the package for the secure protocol: Configuration ​Set a password to secure the connection: ​ Find your current username using the command (usually looks like ). ​Start the SSH server: ​Connecting from a PC Find your smartphone's local IP address using (look for the line under the interface).

Note that Termux uses a non-standard port 8022 by default instead of the standard

22.

Connect from your computer (Linux, macOS, or Windows via PowerShell/PuTTY): After entering your password, you will gain full access to your phone's terminal directly from your PC.

Autostarting the Server To avoid starting the server manually every time you open the app, add the command to your shell configuration: This tool turns your mobile device into a fully functional remote node that is easy to manage over the local network when developing and testing lightweight projects.

I share more simple and awesome smartphone IT projects on my Telegram channel: @termuxq

分享