Ssh : Add home pw caching.

This commit is contained in:
Dmitry Voronin 2024-03-09 18:47:27 +03:00
parent 1d1b3d2708
commit d2b04dfeeb

View file

@ -22,6 +22,9 @@ Host home
HostName 192.168.1.2
User root
Port 22143
ControlPath ~/.ssh/S.%r@%h:%p
ControlMaster auto
ControlPersist 15m
Host laptop
Hostname 192.168.1.9