Difference between revisions of "0600"
Jump to navigation
Jump to search
(Created page with "sshd_config {{fs}}") Tags: Mobile web edit, Mobile edit |
|||
(19 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[sshd_config]] | + | * <code>[[sshd_config]]</code> |
+ | * <code>[[.ssh/]]</code> | ||
+ | ls -ld [[~/.ssh]] | ||
+ | drw------- 11 youruser staff 352 Sep 12 08:43 /Users/youruser/.ssh | ||
− | {{ | + | [[chmod]] 600 ~/.ssh/id_ed25519 |
+ | chmod 600 ~/.ssh/id_ed25519.pub | ||
+ | |||
+ | User can read and write: http://permissions-calculator.org/decode/0600/ | ||
+ | |||
+ | ==Related terms== | ||
+ | * <code>[[rwx]]</code> | ||
+ | * <code>[[400]]</code> | ||
+ | * <code>[[chmod]] 600</code> | ||
+ | * <code>[[/etc/ssh/ssh_config]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{chmod}} | ||
+ | |||
+ | [[Category:Linux]] |
Latest revision as of 14:59, 24 August 2023
ls -ld ~/.ssh drw------- 11 youruser staff 352 Sep 12 08:43 /Users/youruser/.ssh
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519.pub
User can read and write: http://permissions-calculator.org/decode/0600/
Related terms[edit]
See also[edit]
Advertising: