Skip to content

`~/.ssh/config` *Host* alias

While:

Host oc3k
    HostName overclock3000

works fine I would like to have:

Host overclock3000_other_network
    HostName CENSORED.lemnoslife.com

# Alias of `overclock3000_other_network`
Host oc3k_other_network
    Alias overclock3000_other_network

not:

Host overclock3000_other_network
    HostName CENSORED.lemnoslife.com

# Alias of `overclock3000_other_network`
Host oc3k_other_network
    HostName CENSORED.lemnoslife.com

Related to Benjamin_Loison/linux/issues/32.

+8

Edited by Benjamin Loison