[09:36:55] Есть шикарный способ заработать денег, все подробности в лс [09:44:24] Есть шикарный способ заработать денег, все подробности в лс [09:48:17] Есть шикарный способ заработать денег, все подробности в лс [13:08:12] Hi all, since new host keys I can't transfer files from/to my Toolforge project directory. I tried it as always according wikitech.wikimedia.org/wiki/Help:Toolforge/Tool_accounts [13:08:13] Mount my tools home directory onto my local machine: [13:08:14] sshfs ato-01@login.toolforge.org:/data/project/ato ~/remote -o ssh command="ssh -i ~/.ssh/id_ed25519" -o allow_other -o workaround=rename [13:08:16] I receive always the error message: [13:08:17] read: Connection reset by peer [13:08:19] (ssh from Windows PowerShell works) [13:08:20] Does anyone have same experience? [13:08:51] can you log in normally with `ssh ato-01@login.toolforge.org`? [13:09:12] Yes [13:09:31] In powershell [18:24:52] Finally it works now with the same key in different folder: sshfs ato-01@login.toolforge.org:/data/project/ato ~/remote -o ssh_command="ssh -i /mnt/c/users/ato/.ssh/id_ed25519" -o allow_other -o workaround=rename