SSH Keys: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 71: Line 71:


<!--T:19-->
<!--T:19-->
Since the public key is plain text,
Since the public key is plain text, you can examine it under Windows by opening the file with Notepad. Under Linux/MacOS enter <tt>cat .ssh/id_rsa.pub</tt> in command line.
you can examine it by opening the file with notepad (Windows) or command line (Linux/MacOS) - for instance,
 
cat .ssh/id_rsa.pub


<!--T:20-->
<!--T:20-->
which should show something like this (a very long single line):
In both cases, you will see something like this (in a very long single line):
  ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC3qeojDkUShnPTq9pI3cCZe+jgD6RKA/6CPsJIWZ8MqbX6wkk6
  ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC3qeojDkUShnPTq9pI3cCZe+jgD6RKA/6CPsJIWZ8MqbX6wkk6
  hHgKqKd2/9d7cj8e03Cfv4JLoD++P9fUPE3UyYrP/uVi4zytp5rmIZI4Qo1LvD1Obs0e78y0Dp7pfG1EHTYdn0p8
  hHgKqKd2/9d7cj8e03Cfv4JLoD++P9fUPE3UyYrP/uVi4zytp5rmIZI4Qo1LvD1Obs0e78y0Dp7pfG1EHTYdn0p8
rsnt_translations
56,420

edits

Navigation menu