summaryrefslogtreecommitdiff
path: root/test/integration/test_forward.rb
Commit message (Expand)AuthorAgeFilesLines
* fix: integration test should use legacy PEM format for private keys if ED2551...mfazekas-try-new-ubuntuMiklós Fazekas2023-03-221-2/+1
* Fix rubocop coding style.Florian Wininger2021-10-251-4/+4
* Rubocop fixesmfazekas/gh-actions-int-testMiklós Fazekas2021-08-041-9/+7
* Fix testMiklós Fazekas2021-08-041-1/+1
* Fix forward testMiklós Fazekas2021-08-041-1/+1
* Some debuggingMiklós Fazekas2021-08-041-7/+12
* Remove Trailing white spaceFlorian Wininger2021-07-011-32/+1
* Fix rubocop issue with last versionFlorian Wininger2021-07-011-135/+133
* Fix Style/DefWithParenthesesFlorian Wininger2020-05-291-1/+1
* Add integration test for set_env optionMingxiang Xue2020-03-111-12/+0
* Enhance unit-test and remove unused file archfour_check.rbFlorian Wininger2019-09-111-7/+5
* Rubocop : fix parenthesesFlorian Wininger2019-08-231-1/+1
* Updated rubocopMiklos Fazekas2018-03-211-22/+22
* add direct-streamlocal@openssh.com support in Forward classHarald Sitter2017-02-281-0/+77
* Shallow Errno::EPIPE as causes flaky testsMiklos Fazekas2017-01-191-45/+49
* Rubocop update to 0.46.0Miklos Fazekas2016-12-151-33/+37
* Fix OpenSSL 2 deprecation warningsMiklos Fazekas2016-12-151-2/+2
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-1/+1
* Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-081-1/+1
* Fixed another issue with closing channels on transport closeMiklos Fazekas2016-04-071-1/+1
* Integration tests on travisMiklos Fazekas2016-04-071-4/+13
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* Close channels if trasport closedMiklos Fazekas2016-03-261-2/+100
* use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1Miklos Fazekas2016-03-191-14/+14
* on_open_failed should tell the session to remove the socket from event loop b...Miklos Fazekas2016-03-061-2/+99
* Simplified run of integration tests, addd testcase for asking key passwordMiklos Fazekas2015-12-051-1/+1
* Addd more testsMiklos Fazekas2015-12-021-4/+109
* Moved test_forward to intgration testsMiklos Fazekas2015-12-021-0/+330