Ssh : Add home pw caching.
This commit is contained in:
parent
1d1b3d2708
commit
d2b04dfeeb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue