summaryrefslogtreecommitdiff
path: root/lib/net/ssh/prompt.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-1/+1
| | | | Lot of spacing issues :)
* Remove Trailing white spaceFlorian Wininger2021-07-011-6/+6
|
* Fix empty line for code clarityFlorian Wininger2021-07-011-2/+0
|
* update prompt usage documentationPeter Maneykowski2020-06-261-2/+2
|
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-1/+2
|
* Updated rubocopMiklos Fazekas2018-03-211-54/+55
|
* Rubocop update to 0.46.0Miklos Fazekas2016-12-151-6/+4
|
* Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-081-77/+48
| | | | Fixes: #91, and fixes #254, and fixes #293
* more documentation. use File.expand_path for key factory lookups. clean up ↵Jamis Buck2008-03-201-13/+33
| | | | some cruft.
* Use modules rather than conditions to mix-in the supported prompt methodsJamis Buck2008-03-101-27/+24
|
* some more api docsJamis Buck2007-08-171-0/+5
| | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@191 1d2a57f2-1ded-0310-ad52-83097a15a5de
* Add a default prompt for keyboard-interactive and key loading. Tries ↵Jamis Buck2007-08-101-0/+71
HighLine and Termios, and falls back to clear text if neither are available. git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@147 1d2a57f2-1ded-0310-ad52-83097a15a5de