mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
that ssh-add command is not required
This commit is contained in:
parent
104baa4b95
commit
28c6bdd413
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ It will ask your permission to connect, type `yes`, then it will ask for the roo
|
|||
**We highly recommend setting a SSH key, because you may need to access the Rails console for debugging purposes. This is only possible if you have SSH access preconfigured. This <i>cannot</i> be done after bootstrapping the app.**
|
||||
|
||||
ssh-keygen -t rsa -C "your_email@example.com"
|
||||
ssh-add id_rsa
|
||||
|
||||
(We want the default settings, so when asked to enter a file in which to save the key, just press <kbd>enter</kbd>. Via [GitHub's SSH guide][ssh].)
|
||||
|
||||
|
|
Loading…
Reference in a new issue