On 10/15/05, Fansul <[EMAIL PROTECTED]> wrote: > saya udah buatkan ssh-keygen di client (target) > #ssh-keygen -t dsa -b 2048 -f key19216801
yang anda lakukan itu bukan ngeset password, tapi menentukan authentication key yang diperlukan untuk mengenkripsi password. ssh itu bekerja dengan key pair, yang anda lakukan hanya menyamakan public key-nya. > #rsync -avz -e "ssh -i key19216801" [EMAIL PROTECTED]:/home /xbackup/ > > kenapa masih juga ditanya passwordnya, > salahnya dimana ya ? man rsync Some paths on the remote server may require authentication. If so then you will receive a password prompt when you connect. You can avoid the password prompt by setting the environment variable RSYNC_PASSWORD to the password you want to use or using the --password-file option. This may be useful when scripting rsync. -- I solemnly swear that I'm up to no good http://data.startrek.or.id http://kiozk.com -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] :: Hapus bagian yang tidak perlu (footer, dst) saat reply! :: ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$ [@@] Jajak pendapat pembuatan jaket: www.itcenter.or.id/jaket Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
