Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| Порівняння попередніх версій Попередня ревізія Наступна ревізія | Попередня ревізія | ||
|
software:os:linux:shell:setup [2020/01/31 16:19] charon |
software:os:linux:shell:setup [2020/02/03 17:02] (поточний) charon [Створити ~/.ssh/config] |
||
|---|---|---|---|
| Рядок 136: | Рядок 136: | ||
| # display currently mounted file systems nicely | # display currently mounted file systems nicely | ||
| showmounted() { (echo " | showmounted() { (echo " | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Створити ~/ | ||
| + | < | ||
| + | Host test proverka | ||
| + | HostName test.example.org | ||
| + | User ninja | ||
| + | IdentityFile ~/ | ||
| + | |||
| + | Host * | ||
| + | User charon | ||
| + | # Keep-alive | ||
| + | ServerAliveInterval 45 | ||
| + | ServerAliveCountMax 3 | ||
| + | UseRoaming no | ||
| + | KexAlgorithms curve25519-sha256@libssh.org, | ||
| + | # Ensure KnownHosts are unreadable if leaked - it is otherwise easier to know which hosts your keys have access to. | ||
| + | HashKnownHosts yes | ||
| + | # Host keys the client accepts - order here is honored by OpenSSH | ||
| + | HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com, | ||
| + | |||
| + | MACs hmac-sha2-512-etm@openssh.com, | ||
| + | Ciphers chacha20-poly1305@openssh.com, | ||
| </ | </ | ||