I'm trying to setup a wireless security camera using motion/motioneye on a RPi B+ running Arch Arm. I've been setting everything up over ethernet via ssh till today when I tried to switch to wireless. The wifi dongle works with the RPi it came in a starter kit, it's a Ralink Technology, Corp. RT5370 Wireless Adapter. I've used this dongle on my odroid-xu4 running Arch Arm, so this dongle has been used with Arch Arm before. The wireless adapter connects, I've connected using systemd-networkd/resloved and also I tried disabling them and using netctl/wifi-menu. With both systemd-networkd/resolved and netctl I get an ip, I can ping google, and I can run updates, but I cannot get ssh access.
I have the pi hooked up to a tv and keyboard incase I break something while working on the setup and so I can mess around with configs while offline or unable to ssh. I double checked my sshd_config to make sure I wasn't bound to one interface or something silly like that, but I don't see anything in my config that would stop me from connecting through ssh on wifi.