Talk:OpenSSH: võtmetega autentimine: Difference between revisions

From ICO wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
Avaliku võtme kasutamine on väga kasulik '''CRON'''i jaoks. Näiteks mingi faili automaatne igapäevane kopeerimine kahe serveri vahel. Aga enem kui '''CRON'''i sisse panna, vaja üks kord käsitsi proovida, seest esine kord ikka vaja parooli sisestada.
Summary is done correctly, with full guidance on the use of this functionality. Only thing that could have been changed is the examples of the code itself, to the way it could have been copied directly into shell. This means removing dollar signs, comments and messages returned from the execution. They could be added separately.
In addition I can say that SSH public key is very useful when you need to automate some process. For example copying some files from one sever to another using '''CRON'''. One thing needed to be remembered, is that for the first time it's needed to be done manually, because SSH requires a password.

Latest revision as of 08:59, 9 May 2010

Summary is done correctly, with full guidance on the use of this functionality. Only thing that could have been changed is the examples of the code itself, to the way it could have been copied directly into shell. This means removing dollar signs, comments and messages returned from the execution. They could be added separately. In addition I can say that SSH public key is very useful when you need to automate some process. For example copying some files from one sever to another using CRON. One thing needed to be remembered, is that for the first time it's needed to be done manually, because SSH requires a password.