[02:08:57] Can I host a CSV file on Toolforge? It has the result of some data analysis (related to Wikipedia) I was doing [02:09:24] probably gonna be about 500 kb [02:09:27] or less [02:21:25] 500kb? you're going to crash the servers with that kind of load! [04:03:08] enterprisey, https://wikitech.wikimedia.org/wiki/Help:Toolforge/Web#Common_tasks_and_guides [04:03:36] AntiComposite: nice, thanks! exactly what I was looking for [16:42:08] Hey everyone. I've just updated my ssh config and can finally log into a VM that I just created (and not only my 2yo VMs). [16:42:08] I'm trying to add a shorthand to my ssh config (Linux) so that instead of [16:42:09] ssh your-instance.your-project.eqiad1.wikimedia.cloud [16:42:09] I can type [16:42:10] ssh your-instance.your-project [16:42:58] Host your-instance.your-project [16:42:59]    Hostname your-instance.your-project.eqiad1.wikimedia.cloud [16:42:59] does not work, because ssh does not apply the wildcard rules (with proxy jump) to the expanded hostname [16:43:17] Any ideas how to make this work? [17:35:34] does not seem feasible. so I ended up creating a short script: [17:35:45] #!/bin/bash [17:35:45] SSH_HOST=$1 [17:35:46] SSH_PROJECT=$(echo $HOST | cut -d- -f1) [17:35:46] ssh ${SSH_HOST}.${SSH_PROJECT}.eqiad1.wikimedia.cloud [17:48:07] Hey AntiComposite! [17:48:30] !log tools.ranker deployed 97774ca30c (initial deployment) about ten minutes ago [17:48:34] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.ranker/SAL [17:48:55] !log tools.ranker deployed 8e2c9a4b34 (cleanup) [17:48:56] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.ranker/SAL [19:36:58] !log tools.ranker deployed 20cf18c1bc (code cleanups) [19:37:00] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.ranker/SAL