SFTPを使用してリモートサーバーでファイルを安全に転送する方法
SFTPとは、ローカルとリモートのサーバー間でファイルを安全に転送する方法です。FTPよりはるかに安全なこのプロトコルは、SSHトンネルを使用して接続を確立し、対話型セッションにおいてファイルの転送に暗号を使用します。
SFTPとは、ローカルとリモートのサーバー間でファイルを安全に転送する方法です。FTPよりはるかに安全なこのプロトコルは、SSHトンネルを使用して接続を確立し、対話型セッションにおいてファイルの転送に暗号を使用します。
When you first create a new Debian 8 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid foundation for subsequent actions.
SFTP adalah cara aman untuk mentransfer berkas antara server jauh dan server lokal. Protokol ini menggunakan terowongan SSH yang jauh lebih aman daripada FTP untuk membuat koneksi dan menggunakan enkripsi untuk mentransfer berkas dalam sesi interaktif.
Der Sudo-Befehl ist nützlich, um Befehle mit Berechtigungen auszuführen, die normalerweise außerhalb des Bereichs Ihres Benutzers liegen. In diesem Leitfaden wird erläutert, wie Sie die Konfigurationsdatei bearbeiten, um die Funktionsweise von Sudo anzupassen.
После создания нового сервера необходимо предпринять несколько шагов по его базовой настройке. Это повысит безопасность и удобство использования Вашего сервера и заложит прочную основу для последующих действий. Для того, чтобы…
This tutorial covers how to set up time synchronization and ensure that servers are synced using the NTP protocol so that all servers are displaying the same time. When a server’s time is mismatched, emails sent out from the misconfigured server may arrive 3 minutes in the past on another, or users granted access only at certain times of the day may find themselves blocked.
Buscar archivos es una tarea frecuente en cualquier sistema operativo. Los comandos “find” y “locate” de Linux se pueden utilizar para buscar archivos en el sistema de archivos. En este guía, se explicará cómo utilizar estas dos herramientas para hacer consultas específicas para los archivos.
ProFTPD is a popular ftp server. Although it is not the lightest ftp server available for virtual servers, it is a powerful and configurable program. This tutorial explains how to install, configure, and access the ProFTPD server. It is written for Ubuntu 12.04.
En los sistemas Linux, se utilizan variables de entorno y de shell para determinar las condiciones de funcionamiento del shell. Se pueden transmitir a procesos secundarios y utilizar para establecer opciones y hacer que cierta información esté disponible para los procesos que se producen en la sesión. En esta guía, hablaremos de cómo leer, modificar, crear y eliminar variables de entorno y de shell
O SSH, ou shell seguro, é um protocolo criptografado usado para administrar e se comunicar com servidores. Ao trabalhar com um servidor Ubuntu, existem boas chances de você gastar a maior parte do seu tempo em uma sessão de terminal conectada ao seu servidor através do…