[13:13:16] Hey I am new to open source contribution. [13:13:27] I want to contribute for wikimedia [13:13:34] but facing issues [13:13:49] while adding ssh keys to git [13:14:59] Welcome. How can we help? [13:15:34] It is showing permissiondenied for public key [13:15:42] Permission denied (publickey). [13:16:07] are you following a tutorial or something? can you link to it? [13:16:25] https://www.mediawiki.org/wiki/Gerrit/Tutorial#Set_Up_SSH_Keys_in_Gerrit [13:16:37] link to gerrit tutorial [13:17:10] okay so you've generated a key and added it to gerrit's settings? [13:17:32] yes [13:17:56] I have genrated and added in settings [13:18:10] and `ssh -p 29418 @gerrit.wikimedia.org` says "Permission denied (publickey)"? [13:18:24] yes [13:18:30] what should I do [13:19:38] what's your ? [13:19:52] Adishaporwal? [13:19:55] yes [13:21:15] I think that might be your cn rather than uid [13:21:27] when you created the account on wikitech, what did you put in as the shell username? [13:21:46] adishaporwal only [13:22:22] what is the username shown at the top of https://gerrit.wikimedia.org/r/#/settings/ ? (not full name) [13:22:46] ok I will recheck it [13:22:55] and inform if it will not work [13:23:09] BTW thanks @Krenair [13:23:36] So... What was the username? [13:23:43] adisha [13:24:09] Yep, that matches [13:24:17] Can you help me with where should I start [13:24:18] That's the username you need to give gerrit when sshing [13:24:25] ok [13:27:27] one more thing after this command when I was running this command 'git clone ssh://adisha@gerrit.wikimedia.org:29418/mediawiki/extensions/examples ' [13:30:58] adisha, okay, you were trying to clone mediawiki/extensions/examples [13:31:05] yes [13:31:05] did it not work? [13:31:12] yes [13:31:23] I think this repo is not present there [13:32:37] why do you think that? [13:32:52] As it is giving a fatal error [13:33:07] No I was wrong [13:33:52] Actually permission is denied [13:35:15] can you `ssh -p 29418 adisha@gerrit.wikimedia.org`? [13:35:23] Yes [13:35:50] And it says "Hi , you have successfully connected over SSH." [13:35:52] ' Hi Adishaporwal, you have successfully connected over SSH.' [13:35:54] ok [13:36:49] But `git clone ssh://adisha@gerrit.wikimedia.org:29418/mediawiki/extensions/examples` says "Permission denied (publickey)." etc.? [13:37:26] It is showing 'fatal: could not create work tree dir 'examples'.: Permission denied' [13:37:56] well that's just your local permissions [13:38:12] Ok [13:38:15] Thanks [13:41:09] It worked [13:41:23] Thanks for the help @Krenair [13:50:27] quit [20:15:44] Hi. [20:16:28] Is there in MediaWiki ns a switch to hide catagory changes in RC by default? [20:16:41] I mean for not logged users [20:23:08] You want to hide Category changes from RecentChanges from anonymous users? [20:23:18] Category page changes* [20:29:06] Yeah there should be a switch and a corresponding preference, as I said in https://phabricator.wikimedia.org/T9148 [20:29:44] I don't remember if the existing preferences which hide things in Special:Watchlist automatically take effect on enotifwatchlist too. [20:31:54] Fun, this conversation is going on at the same time on #wikimedia and #wikisource as well. :) [20:33:13] * dungodung hugs Krenair [20:39:54] Krenair: for wikisorce, yes! Definitely [20:41:12] almost each edit in Page namespace changes category, so it is a really big mess: 3x more entries in RC [20:43:06] ankry, I don't think there is any way to filter out edits just changing categories natively in MW