Suppression de la conf SSH
This commit is contained in:
parent
a9f933eeff
commit
96ffcb6e7c
2 changed files with 1 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Copyright (C) 2014 Julien Bonjean <julien@bonjean.info>
|
# Copyright (C) 2014 Julien Bonjean <julien@bonjean.info>
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
|
16
.ssh/config
16
.ssh/config
|
@ -1,16 +0,0 @@
|
||||||
Host aur.archlinux.org
|
|
||||||
IdentityFile ~/.ssh/id_rsa-aur
|
|
||||||
User aur
|
|
||||||
Port 22
|
|
||||||
|
|
||||||
Host breizh.me
|
|
||||||
Hostname breizh.me
|
|
||||||
User alarm
|
|
||||||
Port 22
|
|
||||||
IdentityFile ~/.ssh/id_rsa
|
|
||||||
|
|
||||||
Host git
|
|
||||||
Hostname breizh.me
|
|
||||||
User gitolite
|
|
||||||
Port 22
|
|
||||||
IdentityFile ~/.ssh/id_rsa
|
|
Loading…
Reference in a new issue