parent
3b100d0781
commit
55fbc30fca
|
@ -126,3 +126,15 @@ shell, and when the shell exits, all of the child processes also exit.
|
|||
To avoid this, you will need to detach the process from the shell. Please
|
||||
Google to learn how to do this for your shell. One method of doing this is
|
||||
the `nohup` command.
|
||||
|
||||
## Pageant on Windows
|
||||
|
||||
The SSH executable will not be able to access Pageant on Windows. While
|
||||
Vagrant is capable of accessing Pageant via internal libraries, the
|
||||
SSH executable does not have support for Pageant. This means keys
|
||||
from Pageant will not be available for forwarding when using the
|
||||
`vagrant ssh` command.
|
||||
|
||||
Third party programs exist to allow the SSH executable to access Pageant
|
||||
by creating a unix socket for the SSH executable to read. For more information
|
||||
please see [ssh-pageant](https://github.com/cuviper/ssh-pageant).
|
||||
|
|
Loading…
Reference in New Issue