-
as seen on Super User
- Search for 'Super User'
How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?
I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like…
>>> More
-
as seen on Super User
- Search for 'Super User'
In the OSX terminal, I'm having some colour issues.
If i am working locally, there are no colours.
If i ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If i then ssh into my ubuntu virtualmachine, and say, vim edit a file, the colours are completely broken. On quitting…
>>> More
-
as seen on Super User
- Search for 'Super User'
In the OS X Terminal.app, I'm having some colour issues.
If I am working locally, there are no colours.
If I ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If I then ssh into my ubuntu virtualmachine, and say, vim edit a file, the colours are completely broken.…
>>> More
-
as seen on Super User
- Search for 'Super User'
I use colinux, see http://www.colinux.org/ ; I used the ubuntu image (ubuntu without desktop environment) and install the packages gdm ?x-window-system-core and gnome-core and update to 10.04. the default user ( which is the only one user) is root. When I try to drag a file into gnome-terminal, I…
>>> More
-
as seen on Super User
- Search for 'Super User'
When I connect via ssh terminal to certain servers, it timeouts and "freezes" the terminal (doesn't accept, doesn't disconnect, can't Ctrl-C to kill the ssh process or anything).
This is in Ubuntu's Gnome-terminal, though it seems to be pausing the terminal input/output, and doesn't affect the operation…
>>> More
-
as seen on Super User
- Search for 'Super User'
So far I've created a separate SSH key for each server I need to login to (for each purpose, to be more accurate). I did it out of a sense of security, just like different passwords to different sites.
Does having multiple SSH keys actually improve security? All of them are used from the same machine…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I followed every step given in this guide:
http://help.github.com/linux-key-setup/
When I get to the end I am able to ssh to [email protected], getting the response:
PTY allocation request failed on channel 0
Hi AlexBaranosky! You've successfully authenticated, but GitHub does not provide shell…
>>> More
-
as seen on Super User
- Search for 'Super User'
Following the process I've used in other environments (http://www.trilug.org/pipermail/trilug/Week-of-Mon-20080602/054712.html), I've tried setting-up shared keys between my Mac and my CentOS 4 webserver. I've seen the same problem with my older Ubuntu 7.10 workstation trying to connect via keys to…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am using one ssh account for all my Subversion users. They send me their public keys and I put them in .ssh/authorized_key of the svn account, then they can check out the code from Subversion using ssh tunnel.
So far everything works fine. The problem though is that I want to invalidate keys that…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I just set up a new Debian server. I disabled root SSH and password auth, so you've gotta use a key file.
For my primary user, everything works exactly as expected. I used ssh-keygen -t dsa and got myself a public and private key. Put one in authorized keys, put the other in a pem file locally.
I…
>>> More