I had a weid experience. All of a sudden I wasn’t able to login on my NAS with ssh. I use PKI (RSA) for login and have disabled pure password login. A ssh -v revealed: debug1: Authentications that can continue: publickey 3 times. First I thought that the keys didn’t match – that was not [...]
Archive | February, 2012
Automounting AFS shares from the NAS
Instead of mounting shares manually every time at login, one can use autos. I have followed the guide here. So in my case I created a file /etc/fstab and inserted a file for the home directory on my server (local ip: 192.168.1.40): 192.168.1.40:/jesper /Users/jesper/tranquil/jesper url automounted,url==afp://jesper:PASSWORD@192.168.1.40/jesper 0 0 Then I created the directory locally on [...]