Skip to content

Instantly share code, notes, and snippets.

View TheExGenesis's full-sized avatar

Francisco Carvalho TheExGenesis

  • ThreadHelper
  • Lisboa
View GitHub Profile
@TheExGenesis
TheExGenesis / error.log
Created March 20, 2023 16:17
ssh error log
➜ ~ ssh -v -i /Users/frsc/.ssh/id_rsa/datacrunch ubuntu@34.244.134.24
OpenSSH_8.6p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/frsc/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to 34.244.134.24 [34.244.134.24] port 22.
debug1: Connection established.
debug1: identity file /Users/frsc/.ssh/id_rsa/datacrunch type 3
// Unity C# Cheat Sheet
// I made these examples for students with prior exerience working with C# and Unity.
// Too much? Try Unity's very good tutorials to get up to speed: https://unity3d.com/learn/tutorials/topics/scripting