Add SSH configuration
This commit is contained in:
parent
e0f9b78abe
commit
d8eb3acbc1
2 changed files with 8 additions and 1 deletions
7
templates/.ssh/config
Normal file
7
templates/.ssh/config
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
AddKeysToAgent confirm
|
||||||
|
|
||||||
|
Host *.mst.edu
|
||||||
|
User um-ad\ajgq56
|
||||||
|
|
||||||
|
Host *
|
||||||
|
User adam
|
|
@ -11,4 +11,4 @@ ${' '.join(output['config'])}\
|
||||||
xset s 0 0
|
xset s 0 0
|
||||||
xset -dpms
|
xset -dpms
|
||||||
|
|
||||||
exec /usr/bin/ck-launch-session /usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/bin/i3
|
exec /usr/bin/ck-launch-session /usr/bin/dbus-launch --sh-syntax --exit-with-session ssh-agent /usr/bin/i3
|
||||||
|
|
Loading…
Add table
Reference in a new issue