Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add stuff to handle prompts #50

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ssh-askpass
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ on run argv
display dialog args with icon agent default button {get localized string of "OK"} default answer ""
end if
return result's text returned
else if args contains "host" then
display dialog args with icon agent buttons {"No", "Yes"}
return result's text
else
display dialog args with icon agent default button 1 giving up after dialog_timeout
if gave up of result then
Expand Down