0
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?

SSH接続とは

Posted at

一言で表すと、「通信を暗号化して安全にサーバーへ接続する仕組み」

・SSH接続は「Secure Shell接続」であり、セキュリティを重視し、他のコンピュータへ接続する際に利用される。
・SSHは「安全な鍵」の役割を果たし、事前にSSH(鍵)を持っている人だけが家に入れる。
・SSHは暗号化されているため盗聴されることはない。
・安全で高速な通信を行える。
・SSHを利用することで、外部に情報が流出するなどセキュリティの問題は概ね解決できる。

SSHとSSLの違いは?

☆ SSHは「サーバーへの通信」、SSLは「インターネット(Webサイト)への通信」

☆ SSHは「公開鍵認証方式かパスワード認証方式」、SSLは「サーバー証明書」

0
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
0
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?