From 5aee564810e1a85521339c04cc239395d248a9a3 Mon Sep 17 00:00:00 2001 From: Jakub Fojt Date: Tue, 11 Feb 2020 16:51:04 +0100 Subject: [PATCH] SSH: Add geym and tahoe Local krb config. Create ubuntu package list --- .bashrc.kuba | 3 +++ .etcfiles/package-list-ubuntu | 6 ++++++ .ssh/config | 8 +++++++- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .etcfiles/package-list-ubuntu diff --git a/.bashrc.kuba b/.bashrc.kuba index b5e42b6..deaf49c 100755 --- a/.bashrc.kuba +++ b/.bashrc.kuba @@ -5,6 +5,7 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return alias ls='ls --color=auto' +export KRB5_CONFIG=".etcfiles/krb5.conf" export EDITOR="vim" export CUPS_GSSSERVICENAME=HTTP export PATH=$PATH:/home/kuba/bin @@ -12,6 +13,8 @@ export PATH="$HOME/git/esp-open-sdk/xtensa-lx106-elf/bin/:$PATH" alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME" alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim" +alias pip=pip3 +alias python=python3 # Source git prompt if [ -f ~/scripts/git-prompt.sh ]; then diff --git a/.etcfiles/package-list-ubuntu b/.etcfiles/package-list-ubuntu new file mode 100644 index 0000000..ced72c8 --- /dev/null +++ b/.etcfiles/package-list-ubuntu @@ -0,0 +1,6 @@ +git-lfs +gnuplot-x11 +graphviz +htop +terminator +tmux diff --git a/.ssh/config b/.ssh/config index a0a82b0..4109c95 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,7 +8,13 @@ Host home ForwardAgent yes ForwardX11Trusted yes -Host dali +Host tahoe + HostName tahoe.fy.chalmers.se + User jakub + Port 22209 + ForwardX11Trusted yes + +Host geym HostName geym.fy.chalmers.se User jakub Port 22209