#!/bin/bash
#script to connect (with ssh keygen) to a server
xhost +
#gnome-terminal --window-with-profile=silene -e 'ssh user@server'
konsole -profile www -e ssh user@server&