mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +01:00
2022-09-19 Fred Gleason <fredg@paravelsystems.com>
* Added support for using a ssh(1) identity file for authentication to the 'Upload' and 'Download' event types in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -117,6 +117,8 @@ class CatchEvent
|
||||
void setUrlUsername(const QString &name);
|
||||
QString urlPassword() const;
|
||||
void setUrlPassword(const QString &passwd);
|
||||
bool useSshIdentity() const;
|
||||
void setUseSshIdentity(bool state);
|
||||
bool enableMetadata() const;
|
||||
void setEnableMetadata(bool state);
|
||||
unsigned tempLength() const;
|
||||
@@ -181,6 +183,7 @@ class CatchEvent
|
||||
QString catch_resolved_url;
|
||||
QString catch_url_username;
|
||||
QString catch_url_password;
|
||||
bool catch_use_ssh_identity;
|
||||
bool catch_enable_metadata;
|
||||
unsigned catch_temp_length;
|
||||
unsigned catch_final_length;
|
||||
|
||||
Reference in New Issue
Block a user