Skip to content

Instantly share code, notes, and snippets.

@marufshidiq
Last active February 20, 2021 04:51
Show Gist options
  • Save marufshidiq/5522ac9beff99dfaefee6fb798d49a71 to your computer and use it in GitHub Desktop.
Save marufshidiq/5522ac9beff99dfaefee6fb798d49a71 to your computer and use it in GitHub Desktop.
Default setting for ubuntu server
#!/bin/bash
echo "set -g default-terminal \"screen-256color\"" >> ~/.tmux.conf
echo "set-option -g status-position top" >> ~/.tmux.conf
echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/TTJeefwSurF8uqMhdE0142GOtUx315B8Si3SvcAaU67Frj3MI3tEA9IZqod7B+4iIUwsOeiAyAwDe/IxgAnAJ8yqUGbLMDdtfr9Vp8zFKDd89KXxsfs5DgecPVNUh7E4I783vEFUQ+CBykRAggyTeSED7eQzxMLmBpjNpqwZVwYmEQMu9DTJriJnhc9kidhwqDYDLt5vwPVwN3d3s9UZEYv2uUC+NVweDdC6UDHjyoDU3nP1skOsOmlRXP6T0HKoroC2Mdd335wS6UR5PDA4wPYGg4zIXe1uBZg9vokOYnVGyI/ctGQ/adUuHp/AMzljBcVJtp9cFL9n8ins9KednXMUekt2FMGhA69nPfICz41/A+z8qTkmF4Cgt3W4Kj/jGN68yaQ+a1OJYtqT+b2G5KR4x9riMv5ftV/gKaHMKZPFkpaKyGBqHRqx5OvXqEs/6+B0Ww1q+sNux5jm+8wwTxREM9CLtSwuh74s90tADtSFkDzd3jcJFMOdHPQ4sBM= mrfshdq@mrfshdq-X456URK" >> ~/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment