hege wrote: > The bash terminal not stores the connection informations. Is there any app that do? I want just one click telnet and ssh connections. Yes ... bash for example: Code: echo 'alias my_connection="ssh me@some_host"' >> ~/.bashrc . ~/.bashrc my_connection