Giriş
Bu dosya şu dizinindedir.
Açıklaması şöyle.
Bu dosya şu dizinindedir.
~/.ssh/authorized_keysAçıklaması şöyle.. Bu dosya sunucudadır. Sunucuya şifresiz bağlanabilecek bilgisayarların public key'leri bu dosyadadır
The public key is uploaded to a remote server that you want to be able to log into with SSH. The key is added to a special file within the user account you will be logging into called ~/.ssh/authorized_keys.Seçenekler
Açıklaması şöyle.
You can have as many keys as you want in the authorized_keys file. It's one key per line with options prepended. There are many options that can be added to the authorized_keys file.Açıklaması şöyle.
YardımIn the .ssh/authorized_keys file you can force a command to be run before logging in. The syntax error could be found there (using command="").This has been used to log the login of any administrator into the system log with an unique key identifier (in addition to the IP address and hostname).
Yardım almak için şöyle yaparız.
man authorized_keys
Key Pair ÜretmekAnahtar dosyalarını (ssh key pair) üretmek için ssh-keygen komutu kullanılır.
Bu dosyayalardan public key olanını bana kopyalamak için ssh-copy-id komutu kullanılır
Hiç yorum yok:
Yorum Gönder