pub type AS = AccountScope;
pub enum AS { Server, Unix { user: String, }, Ssh { user: String, }, }
user: String