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
|
- name: Install aur packages
|
||||||
kewlfft.aur.aur:
|
kewlfft.aur.aur:
|
||||||
name:
|
name:
|
||||||
|
- spotify-tui
|
||||||
- visual-studio-code-bin
|
- visual-studio-code-bin
|
||||||
- python-pyodbc
|
- python-pyodbc
|
||||||
- protonut-qt
|
- protonut-qt
|
||||||
|
|
@ -87,6 +88,7 @@
|
||||||
- neovim-git
|
- neovim-git
|
||||||
- papirus-icon-theme-git
|
- papirus-icon-theme-git
|
||||||
- pop-launcher-git
|
- pop-launcher-git
|
||||||
|
- spotifyd
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
- aur
|
- aur
|
||||||
|
|
|
||||||
|
|
@ -111,3 +111,12 @@ Host pico
|
||||||
User catalin
|
User catalin
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
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