Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
os:unix-commands [2024/03/21 10:30]
tomas
os:unix-commands [2024/07/17 22:16] (current)
tomas [sitove nastroje]
Line 424: Line 424:
 ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_muj ... vyganeruje RSA klic pro SSH\\ ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_muj ... vyganeruje RSA klic pro SSH\\
 ssh-keygen -lf ~/.ssh/id_muj.pub ... ukaze fingerprint klice - ukazuje se pri veborse loging v auth.log\\ ssh-keygen -lf ~/.ssh/id_muj.pub ... ukaze fingerprint klice - ukazuje se pri veborse loging v auth.log\\
 +ssh-keygen -R SERVERNAME ... smaže s known_hosts\\
 ssh-agent bash ... spust bash s ssh-agentem, ktery umi nahrat do pameti hesla ke klicum\\ ssh-agent bash ... spust bash s ssh-agentem, ktery umi nahrat do pameti hesla ke klicum\\
 ssh-add ~/.ssh/id_muj ... po zadani hesla umozni pouzivat certifikat bez hesla\\ ssh-add ~/.ssh/id_muj ... po zadani hesla umozni pouzivat certifikat bez hesla\\