diff --git a/src/services/Secrets.vala b/src/services/Secrets.vala index 63ce78f..2e20ebb 100644 --- a/src/services/Secrets.vala +++ b/src/services/Secrets.vala @@ -48,7 +48,7 @@ namespace Footerm.Services { attributes["port"] = server.port.to_string(); attributes["username"] = server.username; - var res = yield Secret.password_storev(this.password_schema, attributes, Secret.COLLECTION_DEFAULT, @"$(server.username)@$(server.hostname):$(server.port)", password, null); + var res = yield Secret.password_storev(this.password_schema, attributes, Secret.COLLECTION_DEFAULT, @"SSH: $(server.username)@$(server.hostname):$(server.port)", password, null); if (!res) { throw new SecretError.FAILED_TO_STORE("Failed to store the password");