This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb9:ssh [2022/08/15 12:19] – [Access through Relais Hosts] Bernard Condrau | deb9:ssh [2024/11/14 14:01] (current) – [Settings] Bernard Condrau | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== SSH Client and Server ====== | ====== SSH Client and Server ====== | ||
| To login to any machine with SSH, you need to install the ssh server. The client is installed on Debian by default. Terminology used is " | To login to any machine with SSH, you need to install the ssh server. The client is installed on Debian by default. Terminology used is " | ||
| + | |||
| + | <color red>Need to update: Iapetus, Pandora</ | ||
| ===== Linux Server ===== | ===== Linux Server ===== | ||
| Line 20: | Line 22: | ||
| PrintLastLog yes | PrintLastLog yes | ||
| TCPKeepAlive yes</ | TCPKeepAlive yes</ | ||
| - | * Restart the SSH server:< | + | * Restart the SSH server:< |
| ===== Linux Host ===== | ===== Linux Host ===== | ||
| Line 52: | Line 54: | ||
| * I have restricted SSH access to machines with known IP addresses, so find from where (relais machine) you connect through SSH< | * I have restricted SSH access to machines with known IP addresses, so find from where (relais machine) you connect through SSH< | ||
| * Add or modify the restriction to your '' | * Add or modify the restriction to your '' | ||
| - | * You also need to modify the ping command to make sure it travels through the same SSH connection | + | * See [[deb10: |
| ==== Links ==== | ==== Links ==== | ||
| * [[https:// | * [[https:// | ||
| Line 59: | Line 60: | ||
| * [[https:// | * [[https:// | ||
| * [[http:// | * [[http:// | ||
| + | ===== Copy file from remote host ===== | ||
| + | * '' | ||
| + | * [[https:// | ||
| ===== X Client ===== | ===== X Client ===== | ||
| ==== Debian ==== | ==== Debian ==== | ||