I have an AWS EC2 instance. I was trying lo lock down (chroot) an SFTP account to its home directory using this guide. And I've managed to lock myself out of the server as I can no longer SSH in. I don't think telnet is enable as I tried
telnet <ip address>
and received the message
telnet: Unable to connect to remote host: Connection timed out
So, given this, does anyone have any idea how else I may be able to connect to the server to re-enable SSH?