Skip to content

Instantly share code, notes, and snippets.

@ax2mx
Last active July 12, 2019 15:00
Show Gist options
  • Select an option

  • Save ax2mx/a59d88030cd762583278b70d41567cf2 to your computer and use it in GitHub Desktop.

Select an option

Save ax2mx/a59d88030cd762583278b70d41567cf2 to your computer and use it in GitHub Desktop.
Отобразить открытые SSH-ключи

Вывести список имеющихся ключей: ls ~/.ssh/*.pub

Отобразить открытый ключ: cat ~/.ssh/id_rsa.pub or cat ~/.ssh/id_dsa.pub

Скопировать открытый ключ в буфер обмена% pbcopy < ~/.ssh/id_rsa.pub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment