nas related changes + some updates
This commit is contained in:
parent
3bf79715e3
commit
bcc80df707
32
.nemo.json
32
.nemo.json
@ -10,13 +10,13 @@
|
||||
"local_path": "/usr/data/dirk/local/mnt/scan"
|
||||
},
|
||||
{
|
||||
"name": "dirk@multimedia:/",
|
||||
"name": "dirk@nas:/data/video",
|
||||
"prot": "ssh",
|
||||
"user": "dirk",
|
||||
"remote_host": "multimedia",
|
||||
"remote_host": "nas",
|
||||
"port": 22,
|
||||
"remote_path": "/",
|
||||
"local_path": "/usr/data/dirk/local/mnt/multimedia"
|
||||
"remote_path": "/data/video",
|
||||
"local_path": "/usr/data/dirk/local/mnt/nas/video"
|
||||
},
|
||||
{
|
||||
"name": "root@mount-mockery.de:/",
|
||||
@ -28,31 +28,13 @@
|
||||
"local_path": "/usr/data/dirk/local/mnt/mount-mockery"
|
||||
},
|
||||
{
|
||||
"name": "dirk@OwnCloud",
|
||||
"name": "dirk@NextCloud",
|
||||
"prot": "dav",
|
||||
"user": "dirk",
|
||||
"remote_host": "https://owncloud.mount-mockery.de/",
|
||||
"remote_host": "https://nextcloud.mount-mockery.de/",
|
||||
"port": 443,
|
||||
"remote_path": "remote.php/dav/files/dirk",
|
||||
"local_path": "/usr/data/dirk/local/mnt/owncloud"
|
||||
},
|
||||
{
|
||||
"name": "dirk@alders:/data",
|
||||
"prot": "ssh",
|
||||
"user": "dirk",
|
||||
"remote_host": "alders",
|
||||
"port": 22,
|
||||
"remote_path": "/data",
|
||||
"local_path": "/usr/data/dirk/local/mnt/alders"
|
||||
},
|
||||
{
|
||||
"name": "webmaster@autismus-ufr.de:/",
|
||||
"prot": "ssh",
|
||||
"user": "webmaster@autismus-ufr.de",
|
||||
"remote_host": "ssh.strato.de",
|
||||
"port": 22,
|
||||
"remote_path": "/",
|
||||
"local_path": "/usr/data/dirk/data/autismus-ufr.de/sftp"
|
||||
"local_path": "/usr/data/dirk/local/mnt/nextcloud"
|
||||
}
|
||||
]
|
||||
|
||||
|
16
.ssh/config
16
.ssh/config
@ -15,6 +15,22 @@ Host ahorn_tmux
|
||||
RequestTTY yes
|
||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||
|
||||
Host nas
|
||||
Port 22
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
LocalForward 5900 localhost:5900
|
||||
|
||||
Host nas_tmux
|
||||
Hostname nas
|
||||
User dirk
|
||||
Port 22
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
LocalForward 5900 localhost:5900
|
||||
RequestTTY yes
|
||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||
|
||||
Host alders_tmux
|
||||
HostName alders
|
||||
User dirk
|
||||
|
2
bin
2
bin
@ -1 +1 @@
|
||||
Subproject commit aa5f64239833d57a32d10c7a37dfe83fa1df8f9d
|
||||
Subproject commit 9929539860761a8af03d8e25443885e1d33e1058
|
Loading…
x
Reference in New Issue
Block a user