meta data for this page
Różnice
Różnice między wybraną wersją a wersją aktualną.
| sftp [2022/02/16 13:42] – utworzono Paweł Grygorczuk | sftp [2022/02/16 13:45] (aktualna) – Paweł Grygorczuk | ||
|---|---|---|---|
| Linia 26: | Linia 26: | ||
| </ | </ | ||
| + | Przykładowy plik konfiguracyjny. | ||
| + | |||
| + | <code conf> | ||
| + | Host < | ||
| + | HostName xxx.xxx.xxx.xxx | ||
| + | User < | ||
| + | PasswordAuthentication no | ||
| + | # Jeżeli serwer nie obsługuje nowszych metod szyfrowania: | ||
| + | KexAlgorithms +diffie-hellman-group1-sha1 | ||
| + | IdentityFile / | ||
| + | </ | ||