Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices.
4
votes
1answer
273 views
Does a Windows 7 system volume encryption tool exist that allows remote unlocking via ssh during boot phase?
Does a tool/method exist which allows encrypting a Windows 7 system volume while providing the possibility to remotely unlock it via ssh during the boot phase? Is it even possible with Windows 7 (I ...
3
votes
1answer
44 views
Can a putty terminal window be made viewable in a web browser?
I often remotely connect via putty to client computers over ssh.
I would like to share my putty session so the client can see the commands I'm running from a web browser.
Is this possible to do?
...
3
votes
1answer
135 views
SSH: “no such identity”
I'm having a very peculiar problem getting SSH to work on my Linux box. I have a passwordless git user identified by an OpenSSH key. If I attempt to ssh into it from either the same or a different ...
3
votes
1answer
401 views
Connecting to an SSH server from Client behind an NTLM Proxy
I'm trying to get to my SSH server on the internet from a corporate network. All connections to the outside internet have to be proxied through a server that check's for the NTLM hash of each client ...
3
votes
1answer
72 views
Changed home directory permissions on remote server, can no longer ssh into it
I changed the permissions on my ~ directory, and according to this question about ssh and home directory permissions I can no longer ssh into my remote server because it rejects my public key.
Is ...
3
votes
1answer
146 views
ssh without remote shell
Is there any way to get sshd to run an executable without first starting a shell?
The problem is that I accidentally moved libtermcap on a server (which is running CentOS 5). I can't ssh to the ...
3
votes
1answer
651 views
SSH over IPv6 got “Permission denied” error
I have a server that I can connect via SSH over IPv4 address. Now I want to SSH over IPv6.
I'm sure that my server is assigned with a valid IPv6 address, and I've configured sshd to listen on v6 ...
3
votes
1answer
528 views
Xbox Live over Mac connection sharing using a Socks Proxy
I've recently moved into an apartment with a managed wifi connection. Everything is heavily proxied and most ports besides 443 & 80 are blocked.
I have a personal server running at my parents ...
2
votes
1answer
54 views
A decent remote shell from UNIX to Windows?
Scenario
I'm on Linux and develop on a Windows 7 box virtualized via VirtualBox. My usual way of developing consists in editing source files from Linux via nautilus/SMB (smb://192.168.1.4/...) then ...
2
votes
1answer
109 views
Rsync: after copying as root, change owner to the web user
I seem to come up against this issue occasionally:
serverA assets:
owned by user: apache
(no 'ftp' user present)
serverB assets:
owned by user: ftp
(apache user present, but not used)
I connect ...
0
votes
0answers
114 views
rsync not using forwarded ssh credentials
I have a situation where I would like to rsync some files from a remote server to a server in my office. The source server requires key-based authentication and I have an appropriate key set up on my ...
0
votes
0answers
56 views
Applications opened through SSH/X11 forwarding don't maximize properly
The title says it all. Once the applications are opened, they're fine up to a certain size (maybe 600-800px range) but once they get bigger than that or get maximized, there's a blank margin on the ...
0
votes
0answers
54 views
How can I view the logs from a remote linux server by using Cyberduck on the OS X computer?
I am given a server and need to ssh three times to get there:
ssh root@host1_ip_address / password1
ssh root@host2_ip_address / password2
ssh my_id@host3_ip_address / my_password
I wish I can ...
0
votes
0answers
120 views
Jump from VPN tunnel to SSH tunnel
We used to have connection like this:
PC 1 (Windows) → SSH tunnel (SOCKS5) → Edge server (Linux) → local network with server A and page example.com
So after configure PC 1 I was able to see ...
0
votes
0answers
61 views
password-less ssh via keychain
How do I modify:
eval `keychain --eval --agents ssh --nogui -Q -q id_rsa`
such that it doesn't require a password the first time it's run?
0
votes
0answers
237 views
SSH from Unix to Windows
I have my java program deployed on Unix machine. I need to connect to windows box using this java program and execute the scripts stored on windows box. I am using Ganymed SSH APIs to make the Windows ...
0
votes
0answers
194 views
Public Key Auth + Kerberos
I've setup public key authentication for ssh'ing into my university machine. However, it only logs me in on the local machine and doesn't give me Kerberos credentials which I need for accessing my ...
0
votes
0answers
305 views
SSH password not working from iPhone to laptop
I recently jailbroke my iPhone 4, running iOS 5.1, and am trying to recover some files that were deleted. I am new to SSH and am currently using Cygwin.
The issue I'm having is that when I try to to ...
0
votes
0answers
125 views
Is there a utility to ping a server using aliases in ssh config (instead of /etc/hosts)?
I'm trying to standardize my server aliases across projects by linking together ssh config files that I can keep under version control.
I'd like to be able to just define machine aliases along with ...
0
votes
0answers
254 views
ssh login with mail address
I have an Ldap Server configured an running and another server listen to this users database. (Ldap client)
I need to force users login on ssh with user as email
(dc: mail=myself@anymail.com)
...
0
votes
0answers
711 views
Ubuntu:ssh: connect to host github.com port 22: No route to host
I am using Ubuntu 11.10 and followed the help doc at github.com to set up git and connect to github but when I got to step 5 of the set up ssh keys section :Test everything out , When I used this ...
0
votes
0answers
396 views
SSH via Cygwin “Authentication method 'password' failed”
there. I'm an SSH/Cygwin noob, but want to use ssh via Cygwin to connect to a Windows 7 machine under a domain from ConnectBot (android).
I went through the ssh-host-config as described here:
...
0
votes
0answers
172 views
Need to access Mac via ssh remotely through another Mac with Internet Sharing
My setup at office is:
Internet -> AirportExtreme --(wifi)--> AirportExpress --(eth)--> MacPro1 --(eth)--> MacPro2
I want to be able to access MacPro2 from laptop at home via ssh (and sftp).
Is it ...
0
votes
0answers
325 views
Mount external drive via sshfs and make it act like a USB drive
My Situation
Arch linux
HTC Nexus one, cyanognmod 7.1
This is what I want to do:
My android phone has an SSH server.
I use SSHFS to mount my android phone as a drive.
I want Banshee Media Player ...
0
votes
0answers
194 views
How to set an alias which will automatically ssh to another server
I often use this command to connect to another server with x forwarding:
[myuser@server1]$: ssh -Y 10.32.45.123 (10.32.45.123 is server2)
myuser@10.32.45.123's password:
[$myuser@server2]:$
I ...
0
votes
0answers
224 views
sudo su and ssh localhost are failing
When I try to do sudo su
I get the following errors.
sudo: /etc/sudoers is mode 0777, should be 0440
sudo: no valid sudoers sources found, quitting
I tried following the post ...
0
votes
0answers
268 views
How can I use the ODBC connection of another computer on my network?
I'm not sure if I need to look at this problem a different way but here goes.
Computer A (windows XP) has an SSH Tunnel to the web server. Port 3306 on the web server is tunneled to port 3306 on ...
0
votes
0answers
228 views
Unable to login using ssh PuTTY
I'm facing a weird problem with ssh login using PuTTY to "git.xxx.com".
Weirdest thing is using same privateKey file I can login successfully with my Windows 7 machine,
but not with my Win XP machine.
...
0
votes
0answers
69 views
How do you SSH from your desktop?
I am use to using putty and entering a hostname and key file and connecting. This is simple.
I am trying to follow this guide ...
0
votes
0answers
270 views
Trying to run MATLAB through an ssh connection, MATLAB process hangs
I have two computers and I am attempting to ssh from one to the other and then running an automated MATLAB script. My sshd and ssh client are both from OpenSSH via Cygwin on both machines, which are ...
0
votes
0answers
242 views
SSH - remote address to local IP
At start, sorry for my english.
I have remote computer without IP (only no-ip address) with http server, mysql etc.
Now with my laptop i want to make connection with the remote PC over SSH and make ...
0
votes
0answers
148 views
Temporarily only allow network-access via (sshd-socks) Proxy
I am alot on business trips using the hotel's hotspot.
I connect to my solaris-server using putty/ssh and establish a socks-proxy.
Using Chrome and Proxy Switchy, I surf via the sshd's socks-proxy.
...
0
votes
0answers
733 views
Cygwin SSH Connection Host key verification failed
I'm trying to establish an SSH connection with my school's server. I have already created the public-private key pair.
I can connect to the server only using gitbush (mingw32) and everything seems ...
0
votes
0answers
343 views
ssh through port 443 alongside webserver
I'm looking to move ssh off port 22, and had tried out sslh;
sslh ssl/ssh multiplexer - accepts HTTPS, SSH, OpenVPN, tinc and XMPP connections on the same port. This makes it possible to connect to ...
0
votes
0answers
66 views
ssh connecting timeouts from a to b, but works from a to c, and c to b
I am scratching my head here. I now get timeouts between hosts A and B, both running Ubuntu, with some firewall NATing on either side and a good dozen hops in between. (To clarify based on the first ...
0
votes
0answers
100 views
Why is a remote server asking me to generate public/private SSH keys?
Each time I access a specific remote server, it asks me to generate my public/private SSH keys, that it keeps on the machine.
Why is that? Don't I send my public key when I try to establish a ...
0
votes
0answers
481 views
How can I enable Telnet on a router
My router's telnet and ssh are disabled. It's a ISP supplied router so ISP disabled them.
Is there a way to enable telnet on a telnet-disabled router?
It's an Airties RT-204.
0
votes
0answers
172 views
Copying files using PuTTy (not PSCP or anything else, just PuTTy)
I read bazillion questions on similar topic but they always mean "PSCP" when saying "PuTTy". The thing is I am in an environment where I am not allowed to use anything else than either PuTTy or ...
0
votes
0answers
64 views
How do I set up an ssh keypair for a web user with no home folder?
The title basically says it all.
I have web user that needs to ssh a remote server. Said web user has no home folder. I have no root access to give it one. Has anyone had this problem before?
0
votes
0answers
336 views
Poderosa SSH returns “user authentication failed” when using the right password
The company I work for has instituted 2-factor authentication (PIN plus RSA token) to some servers.
The account I am using is not enabled for that (so I just type in a password), but I can't ...
0
votes
0answers
220 views
SSH Port Forward 22
I'm trying to set up the following:
At work I want to create a local port that will forward to port 22 on my home server.
ssh -L 56879:home:22 username@home -p 443
right now I'm testing this on my ...
0
votes
0answers
249 views
scp fails randomly
I'm trying to set up a regular scp between two linux based systems (one with SLC5, other running Ubuntu). I seem to be able to happily copy in one direction, but not the other. Copying from the ...
0
votes
0answers
166 views
Socks + Putty = works sometimes
At the moment I'm sitting on a windows box on a public network. The network uses a very strict firewall policy (I can't f.ex. use google feeds).
However I do have an debian box which I can ssh into. ...
0
votes
0answers
891 views
Can't SSH into remote server from Mac
A few days ago SSH stopped working on my computer. I'm using Terminal.app on a Mac with the newest version of OS X Lion running on it. This is what running ssh -vvv myserver produced:
OpenSSH_5.6p1, ...
0
votes
0answers
292 views
SSH: error while loading shared libraries
When I test SSH locally (SSH localhost), I get the following error:
SSH: error while loading shared libraries: libkeyutils.so.1:
cannot open shared object file: No such file or directory
So it ...
0
votes
0answers
211 views
Why can't I open a text file I just created?
I'm on Fedora distro server and OSX on Mac as client connected via crossover cable using a local IP. Fedora is serving web pages and the Mac is browsing and connected via ssh on the terminal. I was ...
0
votes
0answers
255 views
Fail to login SSH “PTY Failed”
I am running linux on a Cavium Octeon V0.8 Processor.
I am unable to login to a newly created user account.
so far i have done
adduser <name>
chown -R <name> /home/<name>
chmod ...
0
votes
0answers
544 views
MacFusion 2.0.4 on Snow Leopard 10.6.5 with MacFUSE 2.1.5 (beta)
MacFusion used to work like a charm until I updated to SnowLeopard 10.6.5 and MacFusion 2.0.4. Now I can't mount remote hosts via SSH anymore.
I use the latest version of MacFusion (2.0.4) and ...
0
votes
0answers
271 views
How to increase the limit of lines to display in the prompt of SSH?
I'm using an older SSH Secure Shell v3.2.9 (ftp link).
I want to increase the limit to display lines so that it can hold 2000 lines.
How can I do this?
-3
votes
0answers
30 views
Improve internet speed to asia from europe
Is there any way that we can improve internet speed connection from Europe to Asia. Especially ssh connection, because sometimes I need to ssh to some of servers in Asia.
I'd really appreciate any ...