Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

setup ssh ss

+1
+1
session-server/setup-ssh.fish
··· 34 34 echo " User root" >> $SSH_CONFIG 35 35 echo " IdentityFile ~/.ssh/session_server" >> $SSH_CONFIG 36 36 echo " IdentitiesOnly yes" >> $SSH_CONFIG 37 + echo " StrictHostKeyChecking accept-new" >> $SSH_CONFIG 37 38 echo "✅ Added session-server to SSH config" 38 39 end 39 40