update sshconfig
This commit is contained in:
parent
1789eb6807
commit
145d3f4670
2 changed files with 11 additions and 0 deletions
|
|
@ -76,6 +76,7 @@
|
|||
- name: Install aur packages
|
||||
kewlfft.aur.aur:
|
||||
name:
|
||||
- spotify-tui
|
||||
- visual-studio-code-bin
|
||||
- python-pyodbc
|
||||
- protonut-qt
|
||||
|
|
@ -87,6 +88,7 @@
|
|||
- neovim-git
|
||||
- papirus-icon-theme-git
|
||||
- pop-launcher-git
|
||||
- spotifyd
|
||||
state: present
|
||||
tags:
|
||||
- aur
|
||||
|
|
|
|||
|
|
@ -111,3 +111,12 @@ Host pico
|
|||
User catalin
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host fuku.dd02
|
||||
HostName dd02.fuku
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host fuku.dd01
|
||||
HostName dd01.fuku
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue