Tagged Questions

-2
votes
1answer
39 views

Where are the SSH logs kept on the iPhone? [closed]

I have a jailbroken iPhone with OpenSSH. Where are the SSH logs kept on the iPhone?
1
vote
2answers
52 views

A failed login lockout system for ssh on Ubuntu that actually works?

Currently, my ssh server lets a user fail to login an infinite number of times (theoretically until the password is correctly guessed). I do not want this to be the case, I want the user to be banned …
1
vote
1answer
88 views

How to uninstall/reinstall cygwin to use the sshd?

I installed cygwin/sshd without good results. I removed the c:\cygwin directory to reinstall. I removed the sshd Administrator user by hand. I reinstalled the cygwin again, then run the …
1
vote
2answers
83 views

I can’t login cygwin/ssh from Mac.

I installed sshd on my cygwin, and I tested it on the local machine which works fine. sh-host-config -y cygrunsrv -S sshd But when I try to login from my Mac, I can't login to the cygwin. The …
1
vote
2answers
54 views

ssh - Simple sharing files solution .

The first time I use ssh connect ( putty ) when I try to share my contents from my windows and Linux ( VirtualBox ) . I find it's quite fast to share contents through ssh . And I've found that …
2
votes
2answers
58 views

Is there a way I can use $PATH as defined by my bash profile?

I spend most of my day ssh'd into servers. I have a series of aliases/functions/scripts that allow me to type p hostname from the terminal and execute GNU screen(1) on the remote side, using the …
2
votes
2answers
81 views

SSH: completly disabling password authentication

is there a way to disable password authentication completely? Me command line is the following: ssh -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no machine" it STILL asks for a …
1
vote
3answers
160 views

Pretty SSH client for OSX?

I know cyberduck is a good ftp/sftp client, but what about a pretty ssh client that is at least separate from the terminal. I want to be able to leave it running with a reverse ssh tunnel so that I …
0
votes
1answer
79 views

How to login with an administrator account using OpenSSH on Windows 7?

I have just installed Cygwin and Openssh on my win7 box. After setting up the openssh, I can log in with my account (of course admin). But, I found my account under Ssh shell is filtered as a standard …
0
votes
1answer
61 views

Safety of reverse ssh tunnels

say I have a reverse tunnel from my computer to my shell account online. Does that make me more susceptible to being hacked? I want to use it for my macbook pro from my dorm room. Cheers
3
votes
2answers
198 views

How to make ssh log in as the right user?

I use ssh on a variety of machines, mainly linux. Accounts on these machines vary in naming scheme: if my name is First Last, then I have accounts: first, flast, last_f, lastf, and sometimes I need to …
0
votes
5answers
231 views

OpenSSH server listening to non-standard port - recommended or not?

Is it recommended to have sshd listening on a non-standard port? The Ubuntu community documentation has a line which states: It's not recommended to listen on a non-standard port. It's on this …
0
votes
7answers
388 views

Why does the “password” prompt take forever when I SSH into my Ubuntu 9.05 server?

Answer: It was, in fact, performing reverse DNS resolution. Based on the suggestions below and this article, I added "UseDNS no" to my sshd_config, rebooted ssh, and now the password prompt displays …
0
votes
2answers
260 views

How to reset SSH configuration on my PC?

How can I reset all the SSH settings, so that it worked as after fresh install? (I may delete the keys, they're not needed anymore.) In Ubuntu 9.10, after a certain moment I started getting "Host key …
2
votes
5answers
217 views

How do I skip the “known_host” question the first time I connect to a machine via SSH with public/private keys?

How do I skip the "known_host" question the first time I connect to a machine via SSH with public/private keys?

1 2
15 30 50 per page