思い切ってRaspberryPi(Raspberry Pi)を購入しました。おめでとう!Piにキーボードとモニターを接続していない場合は、ネットワーク上の別のコンピューターからリモートで接続する必要があります。また、Piの使用方法によっては、手の届きにくい場所に設置される場合がありますので、キーボードやモニターを取り付けていても、必ずしもそうとは限りません。Piにリモート接続する方法が必要です。
この記事では、SSHとSFTPをPiに使用する方法、コマンドを実行する方法、ファイルを転送する方法を紹介します。Raspberry Piは、接続に使用しているコンピューターと同じネットワーク上にあると想定します。
SSHとは何ですか?
SSHは(SSH)SecureShellの略です。これは、PiとPiにリモート接続するために使用しているコンピューターとの間でテキストを安全に送受信する方法を提供する標準のネットワークプロトコルです。パスワードを入力してPiにログインしたり、コマンドを実行したりするなど、あらゆる種類の目的 でSSHプロトコルを使用します。
SSHは、ネットワークを介してプレーンテキストでコマンドを送信するTelnetの代わりとして設計されました。対照的に、SSHはこれらのコマンドを暗号化します。すべて(Any)のネットワークサービスは、 TCPポート22 を介して動作するSSHを使用できます。(SSH)
SFTPとは何ですか?
SFTPは、 (SFTP)Secure(Secure File Transfer Protocol) FileTransferProtocolの略です。SFTPは、Piとネットワーク上の別のコンピューター間でファイルを転送するための高速で便利な方法です。SFTPは、 (SFTP)SSHと同様に、あるコンピューターから別のコンピューターに移動するときにすべてのデータが暗号化される ため、 FTPよりも安全です。
すべてのデータをプレーンテキストで転送したくないですか?確かに違います!子供(Stay)たち、安全を確保してください。
RaspberryPiにSSHで接続する方法
まず、 SSHを使用して、 (SSH)PuTTYを使用してネットワーク上のWindowsPC(Windows)からRaspberryPiに接続する方法から始めます。PuTTYは、無料で利用できるいくつかのSSHクライアントの1つです。PuTTYは、ボランティアのチームによって完全に開発およびサポートされているオープンソースソフトウェアであるため、私たちは気に入っています。必要なSSHクライアントを使用できます。始める前に、必ずダウンロードしてインストールしてください。
- (Make)PiでSSH(SSH)が有効になっていることを確認してください。Raspberry Pi 4を最初から使用する場合、このスタートガイドには、 (this getting started guide)RaspberryPi内のSDカードにテキストファイルを作成してSSHを有効にする方法の説明が含まれています。
- PiでSSH(SSH)が有効になっていることを確認したら、次に、 PuTTYなどの(PuTTY)SSHクライアントでPiに接続するためにPiのIPアドレスを見つける必要があります。まだ知らない場合は、このガイドに従って(follow this guide)、PiのIPアドレスを決定するいくつかの方法を詳しく説明しています。
- Windows PCでPuTTY(または別のSSHクライアント)を起動し、PiのIPアドレスを入力します。SSHポートは22です。ほとんどのSSHクライアント(SSH)には、ポート番号がすでに入力されています。
- [開く](Open)を選択して、Piに接続します。
- これにより、ログインを求められるターミナルウィンドウが起動します。ユーザー名を入力してEnterキーを押します(Enter)。(ほとんどのPis(Pis)のデフォルトのユーザー名はpiです。)
- 次に、パスワードを入力するか、PCのクリップボードにコピーし、ターミナルウィンドウを右クリックして貼り付けます。入力時にパスワードは表示されない(not )ことに注意してください。Enterキー(Enter)を押します。
これでSSH(SSH)経由でPiに接続され、ターミナルを使用してコマンドを実行(execute commands)できるようになりました。Piのデフォルトのパスワードをまだ変更していない場合は、これを行うのに最適なタイミングです。SSHが有効になっているため、Raspberry Pi(Raspberry Pi)がデフォルトのパスワードを使用している場合、誰かが侵入するのは非常に(very )簡単です。
ラズベリーパイにSFTPで接続する方法
上記では、 (Above)SSHクライアントを使用してネットワーク上のPiに安全に接続し、コマンドを実行する方法について説明しました。ファイルの転送には、SFTPクライアントを使用します。技術的には、 PuTTY(PuTTY)を使用してファイルを転送することは可能ですが、面倒です。必要なときにファイルをまとめて移動するために使用できるファイルブラウザがあると、はるかに便利です。
FileZillaは、 (FileZilla)SFTPをサポートする人気のあるFTPクライアントです。SSHで接続できる場合は、 SFTPでも接続できます。便利(Convenient)ですね。
Prepare by downloading and installing FileZilla or your SFTP client of choice on the computer you’re using to remotely connect to your Pi. WinSCP is another popular SFTP client. Remember, you don’t need an SFTP server, just an SFTP client.
Pro Tip: If you install FileZilla, watch out for when it asks you to install McAfee and WinZip. Select Decline if you don’t want to install those programs on your computer.
- Launch FileZilla or another SFTP client.
- In the field marked Host, enter your Pi’s IP address.
- ユーザー名(Username )とパスワード(Password)を入力します。
- Quickconnectを選択します。SFTPクライアントにパスワードを保存するオプションが表示される場合があります(SFTP)が、一部のクライアントはそのパスワードを安全でないテキストファイルに保存するため、お勧めしません。
- 接続すると、Piのフォルダー構造をナビゲートし、Piとネットワーク上の他のコンピューター間でファイルを前後にコピーできます。FileZillaウィンドウの左側にはローカルファイルが表示され、右側には接続したコンピューター(この場合はPi)上のファイルが表示されます。
たとえば、ローカルコンピューターからPiにファイルをコピーする場合は、左側のソースフォルダーと右側の宛先フォルダーに移動します。FileZillaのファイルマネージャーを使用すると、ローカルサイトとリモートサイトの間でファイルをドラッグアンドドロップできます。
Piプロジェクトの検索
コマンドの実行とPiとの間でのファイルの転送に慣れると、 Pi(put your Pi to work)を機能させるためのさまざまな方法がいくつもあることに気付くでしょう。ただし、分析の麻痺に屈することはありません。プロジェクトを選んで飛び込んでください。(Don)それは本当に学ぶための最良の方法です。
How to SSH or SFTP Into Your Raspberry Pi
You’ve taken the plunge аnd bought a Raspberry Pi. Congratulations! If you don’t have a keyboard and monitor connected to your Pi, you’ll need to remotely connect to it from another computer on your network. Moreover, depеnding on how you plan to use your Pi, it might be placed іn a diffiсult-to-reаch place, so even if уou have а keyboard and monitor attached now, that mіght not always be the case. Υou need some way to remotely connect to your Pi.
In this article, we’ll show you how to use SSH and SFTP into your Pi, execute commands, and transfer files. We’ll assume that your Raspberry Pi is on the same network as the computer you’re using to connect to it.
What Is SSH?
SSH stands for Secure Shell. It’s a standard network protocol that gives you a secure way to send text back and forth between your Pi and the computer you’re using to remotely connect to your Pi. You’ll use the SSH protocol for all kinds of things like entering your password to log into your Pi and executing commands.
SSH was designed as a replacement for Telnet, which sends commands in plain text over the network. In contrast, SSH encrypts those commands. Any network service can use SSH, which operates over TCP port 22.
What Is SFTP?
SFTP is short for Secure File Transfer Protocol. SFTP is a fast and convenient way to transfer files between your Pi and another computer on your network. SFTP is more secure than FTP because, just like with SSH, all your data is encrypted while it’s traveling from one computer to another.
You don’t want all your data to be transferred in plain text, do you? Certainly not! Stay safe, kids.
How to SSH Into a Raspberry Pi
We’ll start with how to use SSH to connect to your Raspberry Pi from a Windows PC on your network using PuTTY. PuTTY is one of several SSH clients that are freely available. We like PuTTY because it’s open source software that’s completely developed and supported by a team of volunteers. You can use whatever SSH client you want. Just be sure to download and install it before you begin.
- Make sure SSH is enabled on your Pi. If you’re starting from scratch with a Raspberry Pi 4, this getting started guide includes instructions on how to enable SSH by creating a text file on the SD card within your Raspberry Pi.
- Assuming you’re certain that SSH is enabled on your Pi, next you’ll need to find your Pi’s IP address in order to connect to it with an SSH client like PuTTY. If you don’t already know it, you can follow this guide which details several methods of determining your Pi’s IP address.
- Launch PuTTY (or another SSH client) on your Windows PC and enter your Pi’s IP address. The SSH port is 22. Most SSH clients will have the port number filled in already.
- Select Open to connect to your Pi.
- This will launch a terminal window where you’ll be asked to login. Enter your username and press Enter. (The default username for most Pis is pi.)
- Next, type your password or copy it to the clipboard on your PC and single-right-click in the terminal window to paste it. Note that your password will not be displayed as you type. Press Enter.
You are now connected to your Pi via SSH and can use the terminal to execute commands. If you haven’t changed your Pi’s default password yet, this is a great time to do that. Since SSH is enabled, if your Raspberry Pi is using the default password, it would be very easy for someone to break in!
How to SFTP Into a Raspberry Pi
Above, we walked you through how to use an SSH client to securely connect to a Pi on your network and execute commands. For transferring files, we’ll use an SFTP client. Technically, it is possible to transfer files with PuTTY, but it’s cumbersome. It’s much nicer to have a file browser you can use to move files in bulk when you need to.
FileZilla is a popular FTP client that supports SFTP. If you can connect with SSH, then you can connect with SFTP as well. Convenient, isn’t it?
Prepare by downloading and installing FileZilla or your SFTP client of choice on the computer you’re using to remotely connect to your Pi. WinSCP is another popular SFTP client. Remember, you don’t need an SFTP server, just an SFTP client.
Pro Tip: If you install FileZilla, watch out for when it asks you to install McAfee and WinZip. Select Decline if you don’t want to install those programs on your computer.
- Launch FileZilla or another SFTP client.
- In the field marked Host, enter your Pi’s IP address.
- Enter your Username and Password.
- Select Quickconnect. Your SFTP client might display an option to save your password, but we don’t recommend it because some clients save that password in an unsecure text file.
- Once connected, you can navigate through the folder structure on your Pi and copy files back and forth between the Pi and other computers on your network. The left side of the FileZilla window displays local files, and the right side displays files on the computer you connected to—in this case, your Pi.
If, for example, you wanted to copy a file from your local computer to your Pi, you’d navigate to the source folder on the left and the destination folder on the right. FileZilla’s file manager allows you to drag and drop files between local and remote sites.
Finding Pi Projects
Once you get comfortable with executing commands and transferring files to and from your Pi, you’ll start to realize just how many different ways you can put your Pi to work. Don’t give in to analysis paralysis, though—just pick a project and dive in! It really is the best way to learn.