channel_set_xtype
void channel_set_xtype(struct ssh *, int, const char *);
channel_set_xtype(ssh, s->chanid, type);
channel_set_xtype(ssh, s->chanid, "session:shell");
channel_set_xtype(ssh, s->chanid, "session:command");