I locked out myself from my home server. what can I do?
I first successfully implemented the ssh login with PUBKEY
I successfully managed to mount a USB SSD for backups
I decided to make the SSD a permanent device so I have added a line to the file /etc/fstab as follows:
/dev/sda1 path for mount ext4 defaults 0 0
I suppose there must be an error in the fstab, so the Home Server probably boots in “recover” mode with just a terminal prompt.
My ssh login now does not work anymore, not even trying to override pubkey:
illing-MBP:.ssh illing$ ssh -vvvv -i /dev/null -o PubkeyAuthentication=no umbrel@10.1.1.71
OpenSSH_7.8p1, LibreSSL 2.6.2
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 48: Applying options for *
debug2: resolve_canonicalize: hostname 10.1.1.71 is address
debug2: ssh_connect_direct
debug1: Connecting to 10.1.1.71 [10.1.1.71] port 22.
debug1: connect to address 10.1.1.71 port 22: Operation timed out
ssh: connect to host 10.1.1.71 port 22: Operation timed out
illing-MBP:
How can I get access to the terminal console of a Home Server? Is there a way to connect a monitor?
10.1.1.71 is my local LAN address.
The point is that I likely made an error in the fstab and saved it, then rebooted.
What happens is that usually a linux/debian box coes into emergency console mode, where you can log in single user and correct the errors.
At this time, there is no ssh daemon running, nor any http access. One needs the “console” to fix the issue.
Is there ay way to do this? Or did I just brick my Home server?
If you mean without the LAN, I just did, and of course it does not even ping:
illing-MBP:.ssh illing$ ping 10.1.1.71
PING 10.1.1.71 (10.1.1.71): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Perhaps I should explain to everyone that the Home Server is theUmbrel device, a small black box 2 inches by 2 inchess, 1 inch tall, that has only an on/off switch and 3 USB ports on one side. The power and the LAN are at the back. Nothing else. There is NO CONNECTION for a monitor.