ใน OSX ฉันสามารถตั้งค่าการอนุญาตของ symlink เอง (แทนที่จะเป็นสิ่งที่ชี้ไปที่ใช้ -h) จากหน้าคน:
-h If the file is a symbolic link, change the mode of the link itself rather than the file that the link points to.
ใน Ubuntu 14.04 ฉันพยายามตั้งค่าการอนุญาต symlink แต่ตั้งไว้ที่เป้าหมาย symlink เท่านั้น
มันเกี่ยวกับ symlink จาก/home/nagios/.ssh/someprivatekey
ถึง/somewhere/else/privatekey
ดังนั้นการอนุญาตมีความสำคัญสำหรับ ssh ฉันจะบรรลุสิ่งนี้ได้อย่างไร
ls -l
ผลลัพธ์ ( lrwxrwxrwx
)
.ssh/config
:)