[Tux Gif]
 Linux System Administration

SSH - Secure Shell


SSH-Agent
            [mlevan@localhost ~]$ ssh-keygen -t rsa
            Generating public/private rsa key pair.
            Enter file in which to save the key (/home/mlevan/.ssh/id_rsa):
            /home/mlevan/.ssh/id_rsa already exists.
            Overwrite (y/n)? y
            Enter passphrase (empty for no passphrase):
            Enter same passphrase again:
            Your identification has been saved in /home/mlevan/.ssh/id_rsa.
            Your public key has been saved in /home/mlevan/.ssh/id_rsa.pub.
            The key fingerprint is:
            34:63:9d:fc:04:26:ee:65:b3:8d:2d:3a:c0:8e:20:41 mlevan@localhost.localdomain



Prev                Page 12                Next