aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-171-0/+91
|\
| * RemoteLinux: Avoid unexpected password dialog in testsChristian Stenger2022-03-161-0/+91
* | Get rid of SshProcess (one process class less)Jarek Kobus2022-02-211-3/+5
* | Ssh: Drop ProcessMode from c'tors and creator methodsJarek Kobus2022-02-181-5/+4
|/
* RemoteLinux: Implement some of the remote file APIhjk2022-01-041-31/+43
* Make connParams a const memberJarek Kobus2022-01-031-3/+5
* Get rid of Utils::FileSystemWatcher from SshConnectionJarek Kobus2021-12-151-29/+8
* Use QtcProcess in SshConnection::connectionInfo()Jarek Kobus2021-11-051-3/+5
* Ssh: Use FilePath for SshConnectionParameters::privateKeyFilehjk2021-09-281-1/+1
* Ssh: Re-base SshProcess on top of QtcProcessJarek Kobus2021-09-131-11/+13
* SSH: Help preventing "Too many authentication failures" errorsMartin Kampas2020-10-071-1/+3
* SSH: Ignore connection timeout with Microsoft's OpenSSHChristian Kandeler2019-10-011-12/+20
* SSH: Fix autotestChristian Kandeler2019-06-111-1/+1
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-061-1/+3
|\
| * SSH: Add missing return statementChristian Kandeler2019-06-051-1/+3
* | Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* | SSH: Pass remote command as QStringChristian Kandeler2019-05-241-2/+2
|/
* SSH: Shorten the temporary directory even moreChristian Kandeler2019-04-301-4/+2
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* SSH: Shorten the path name of the control socketChristian Kandeler2019-01-151-2/+2
* RemoteLinux: Use an SshProcess for rsyncChristian Kandeler2018-12-211-1/+1
* SshConnection: Reduce the scope of some variablesChristian Kandeler2018-12-191-14/+13
* RemoteLinux: Add an rsync deploy stepChristian Kandeler2018-12-171-2/+12
* SSH: Delete file system watcher right after useChristian Kandeler2018-12-141-1/+2
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-871/+245
* SSH: Implement X11 forwardingChristian Kandeler2018-11-191-0/+5
* SSH: Use Botan2Christian Kandeler2018-08-101-8/+6
* Combine some SshConnectionParameter membershjk2017-12-191-13/+13
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-091-2/+2
|\
| * SSH: Catch std::exception rather than Botan-specific onesChristian Kandeler2017-05-051-2/+2
* | SSH: Add support for ssh-agentChristian Kandeler2017-05-041-14/+162
|/
* SSH: Catch all exceptions in SshConnectionPrivate::closeConnectionRobert Loehning2017-02-221-1/+1
* SSH: Use Qt5-style connectsOrgad Shaneh2016-06-151-16/+20
* Ssh: Implement tcp/ip forward tunnelingUlf Hermann2016-05-231-4/+32
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SSH: Use categorized logging.Christian Kandeler2016-01-181-8/+4
* SSH: Fix TCP/IP forwarding support.Christian Kandeler2015-04-151-4/+6
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | SSH: implement host key checking.Christian Kandeler2014-12-151-4/+5
* | Catch exceptions by const reference.Christian Kandeler2014-11-281-4/+4
|/
* License updateEike Ziller2014-10-091-7/+8
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* SSH: Add missing library initialization.Christian Kandeler2013-08-141-21/+7
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-06-251-1/+2
|\
| * Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* | SSH: Implement and make use of RFC 4256.Christian Kandeler2013-06-201-21/+79
|/
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\