creating an ssh key

# Creates a new ssh key, using the provided email as a label ssh-keygen -t rsa -b 4096 -C "your_email@example.com" #Enter a file in which to save the key (/Users/you/.ssh/id_rsa): #Enter passphrase (empty for no passphrase): [Type a passphrase] #Enter same passphrase again: [Type passphrase again] ssh-add ~/.ssh/my_private_key #(generally will be the default name id_rsa unless you have more than one)

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.