Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 5 matches

by Rick
15 May 2009, 12:54
Forum: B2 & B3 Support
Topic: changing default port number for ssh
Replies: 10
Views: 11235

can you do a ls -l /etc/ssh/*
and try doing a :w!

I get:

bubba:/home/ssh1# ls -l /etc/ssh/*
-rw-r--r-- 1 root root 2064867 2008-05-13 16:22 /etc/ssh/blacklist.DSA-1024
-rw-r--r-- 1 root root 2064867 2008-05-13 16:22 /etc/ssh/blacklist.RSA-2048
-rw-r--r-- 1 root root 132777 2008-07-21 14:40 /etc ...
by Rick
10 May 2009, 08:14
Forum: B2 & B3 Support
Topic: changing default port number for ssh
Replies: 10
Views: 11235

I just tried mine
su -
vi /etc/ssh/sshd_config
change Port 22 into Port 12345
:wq
/etc/init.d/ssh restart

now i can connect on ssh port 12345

cheers
Eek

I have tried that. It doesn't work.

My problem is that when VI opens this file, it seems to be in read only mode. I can't edit it! (I haven ...
by Rick
09 May 2009, 14:29
Forum: B2 & B3 Support
Topic: changing default port number for ssh
Replies: 10
Views: 11235

Hi
I don't really understand your problem
you login to the bubba2 using ssh or putty
su -
cd /etc/ssh
vi sshd_config

and change
Port 22
into
Port 9999 (for example)
this does not work?
cheers
Eek

I've just tried that using ssh client, and it just displays the contents of the file I would ...
by Rick
08 May 2009, 12:47
Forum: B2 & B3 Support
Topic: changing default port number for ssh
Replies: 10
Views: 11235

I think its sshd_config you need to change
Thanks - but I still have the same problem with write access to the sshd_config file. I have made myself root - but the file won't copy over from my pc to the Bubba two.

I can copy the same file without a problem using the same set-up to another ...
by Rick
07 May 2009, 10:40
Forum: B2 & B3 Support
Topic: changing default port number for ssh
Replies: 10
Views: 11235

changing default port number for ssh

I'm using ssh to access my bubba two, and it will not let me save a revised ssh_config file in the /etc/ssh directory.

I am using super user (root login) and have attempted to change the default file permissions for the /etc/ssh directory and these attempts too have been blocked.

What do I need ...