Add 'pwgen' alias to .bashrc. Update .ssh/config.
This commit is contained in:
parent
f1d9d95469
commit
a02d0684fc
2 changed files with 16 additions and 4 deletions
17
.ssh/config
17
.ssh/config
|
@ -17,18 +17,29 @@ Host leela leela.open-source.co.uk
|
|||
HostName leela.open-source.co.uk
|
||||
Port 9922
|
||||
|
||||
Host amy amy.open-source.co.uk
|
||||
ForwardAgent yes
|
||||
HostName amy.open-source.co.uk
|
||||
Port 9922
|
||||
|
||||
Host hermes hermes.open-source.co.uk
|
||||
ForwardAgent yes
|
||||
HostName hermes.open-source.co.uk
|
||||
Port 9922
|
||||
|
||||
Host slackware.uk
|
||||
ForwardAgent yes
|
||||
Hostname slackware.uk
|
||||
Port 9922
|
||||
|
||||
Host full-* build-* clone-*
|
||||
ForwardAgent yes
|
||||
User root
|
||||
|
||||
Host slackware.uk
|
||||
Host backupnas
|
||||
ForwardAgent yes
|
||||
Hostname slackware.uk
|
||||
Port 9922
|
||||
Hostname helium.rainsbrook.co.uk
|
||||
Port 2048
|
||||
|
||||
Host *
|
||||
# AddKeysToAgent yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue