1
0
Fork 0

update sshconfig

This commit is contained in:
cătălin 2024-09-06 20:15:10 +02:00
commit 145d3f4670
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View file

@ -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

View file

@ -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