Mark C. Miller wrote: > How do I edit that file: > > I tried this > > root at eyore:~# gedit /etc/ssh/sshd_config > > and got thisd > > (gedit:26046): Gtk-WARNING **: cannot open display: Usually root has no permission to access the display of a normal user. Therefore you need gksu to give root permission. As a normal user try this: gksu gedit /etc/ssh/sshd_config Nils