M-Welsch / backup-server

Backup Server (BaSe)
Apache License 2.0
3 stars 1 forks source link

ssh handling #10

Closed M-Welsch closed 8 months ago

M-Welsch commented 8 months ago

Description

we want to login to the NAS without being prompted for a password by typing ssh NAS or something similar (having an alias as opposed to having an IP address or a hostname)

What happens if we don't do it (aka Why is it important)?

Definition of Ready

Key Tasks


- [x] transfer our key to the NAS from base with `ssh-copy-id -i ~/.ssh/id_rsa.pub NAS`

# Acceptance Criteria
- [x] when we type `ssh NAS` we are inside the NAS' shell