pub fn get_known_host_id() -> String
Get the host computer name and user as user@host
use cot::host::get_known_host_id; let host_id = get_known_host_id();