You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the fab bootstrap, there is something wrong, can you help me? Thanks.
The code:
(fspdeploy)β prod π fab bootstrap
[45.79.133.206] Executing task 'bootstrap'
[localhost] local: ssh-keygen -t rsa -b 2048 -f ~/Workplace/Linode/fsp-deployment-guide/ssh_keys/45.79.133.206_prod_key
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Saving key "/Users/xuhao/Workplace/Linode/fsp-deployment-guide/ssh_keys/45.79.133.206_prod_key" failed: No such file or directory
Fatal error: local() encountered an error (return code 1) while executing 'ssh-keygen -t rsa -b 2048 -f ~/Workplace/Linode/fsp-deployment-guide/ssh_keys/45.79.133.206_prod_key'
Aborting.
The text was updated successfully, but these errors were encountered:
hey @shmilyhh, did you create a public/private key before running fab bootstrap? you need to have a private and public key in a directory before you can set up your remote server with the public key for authentication
When I try to run the fab bootstrap, there is something wrong, can you help me? Thanks.
The code:
(fspdeploy)β prod π fab bootstrap
[45.79.133.206] Executing task 'bootstrap'
[localhost] local: ssh-keygen -t rsa -b 2048 -f ~/Workplace/Linode/fsp-deployment-guide/ssh_keys/45.79.133.206_prod_key
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Saving key "/Users/xuhao/Workplace/Linode/fsp-deployment-guide/ssh_keys/45.79.133.206_prod_key" failed: No such file or directory
Fatal error: local() encountered an error (return code 1) while executing 'ssh-keygen -t rsa -b 2048 -f ~/Workplace/Linode/fsp-deployment-guide/ssh_keys/45.79.133.206_prod_key'
Aborting.
The text was updated successfully, but these errors were encountered: