meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sw:gpg:forwarding [2022/11/26 10:02] niziaksw:gpg:forwarding [2022/11/26 10:30] (current) niziak
Line 86: Line 86:
 </code> </code>
  
 +Problem with displaying password prompt. 
 +Solution (exec on host) 
 +<code bash> 
 +echo "UPDATESTARTUPTTY" | gpg-connect-agent > /dev/null 2>&
 +</code>