Tagged Questions
0
votes
1answer
32 views
I can not match group in ssh using RSA Key with passphrase
I have two accounts on my computer. One account is named bob. The other account is for a user named joe. I am using RSA key with a passphrase. I can connect BUT when I add the lines Match Group joe ...
0
votes
2answers
42 views
Can a ssh key work for restricted to home user
I am currently running linuxmint and openssh. I have 2 accounts on my computer Joe and Bob. I have the keys and passphrase created by joe stored in the /home/joe/.ssh/ folder. I can connect to Joe ...
0
votes
1answer
64 views
Stuck in a virtual console after init, not sure how to proceed
When I turned on my laptop today this message (for a first time greeted me)
login as: root root@10.10.10.158's password: Last login: Sun Sep 7
10:25:51 2008 from 10.10.10.41 Linux debian ...
1
vote
1answer
284 views
Putty on Linux not working with username in host name field
I'm setting up a VM based Linux Mint 14 Cinnamon dev env and just installed putty to connect to my Ubuntu servers. Problem is that when I try to use "username@hostname" or "username@ip" (no quotes ...
1
vote
1answer
113 views
SSH login through nautilus fails
I'm using Linux Mint Maya. I'm trying to SSH to a remote server.
I can successfully SSH to the server through the command line. But when I attempt to SSH through Nautilus (using the "Connect to ...
1
vote
2answers
110 views
Other way to connect to ldap besides ssh? [closed]
I have been following some tutorials on installing the client and connecting to the LDAP server and they all say its via ssh.
Is there another way besides ssh to connect to the LDAP server?
3
votes
3answers
315 views
Why would SSH via remote IP be faster than local IP?
I have a Linux server running from my house, with a DynDNS URL setup pointing to my public IP address.
One of the things I've noticed is using the remote address such as url.dyn-dns.tv or my public ...
4
votes
2answers
825 views
Is it possible to upgrade Linux Mint to 64-bit remotely?
I have Linux Mint 32-bit installed on a remote server. I was wondering if I can do the upgrade to 64-bit. I have access to SSH.
2
votes
1answer
498 views
Why does VNC eat certain characters?
I often use VNC to connect to my desktop upstairs using a laptop downstairs over my home network. I tunnel the VNC connection via SSH.
The problem I keep running into is that I'll attempt to type a ...
0
votes
1answer
578 views
Playing sound on local computer after command in SSH connection
I'm in a ssh connection and I would like to play a sound after a command completes (not on the server where I connected).
Something:
ssh me@somewhere.com
make && play-sound-local
I have ...
