01-16-2007
in solaris 9 ssh is enabled per default. to disable telnet follow ghostdog74 instructions. if you want to enable the root login per ssh edit the following line in your /etc/ssh/sshd_config and restart the ssh daemon. (or pkill -HUP sshd)
PermitRootLogin no (<-- to yes)
regards pressy
10 More Discussions You Might Find Interesting
1. Linux
I have a modem connect it to ttyS0 , in unix sco i know i can disable and enable the port , how can i do this , is there a command that will allow me to do this.
**** I'm running Redhat 9
*****External Usrobotics 56k
Thanks a lot guys (1 Reply)
Discussion started by: josramon
1 Replies
2. Solaris
How can i disable rlogin or rcopy from being running as a services in my system ? is there a way ? and is it gonna affect other remote services like ssh and telnet ? (3 Replies)
Discussion started by: XP_2600
3 Replies
3. UNIX for Advanced & Expert Users
Could anybody tell me how I can disable or enable the backspace key in vi editor.
I would like to feel the essence of the commands of vi editor but as I have the latest version and it is supporting the backspace key.
I do it on promp using the command
stty erase -
This command stops the... (5 Replies)
Discussion started by: mobile01
5 Replies
4. Shell Programming and Scripting
Hi All,
I am new to cronjob and need some guidance on this.
1) How do i enable a cronjob ?
Can it be done by "crontab mycronfile" or "crontab -e mycronfile"
2) How can i disable the cronjob?
Can deleting of the "mycronfile" disable the cron or do i need to perform "crontab -r mycronfile"... (7 Replies)
Discussion started by: Raynon
7 Replies
5. Cybersecurity
Hello,
We recently had a Nessus scan done of our system and the solution to one of the findings was this:
disable the RIP agent and use an EGP routing protocol
I have been unable to find any specific instruction on how to do either. We are running Solaris 8.
Any help would be greatly... (3 Replies)
Discussion started by: stringman
3 Replies
6. Shell Programming and Scripting
Hi All,
I have bash script, so what is sintax script in bash for Enable and Disable Tab Key. Thanks for your help.:(
Thanks,
Rico (1 Reply)
Discussion started by: carnegiex
1 Replies
7. UNIX for Dummies Questions & Answers
since i don't have root access, i have been doing:
crontab -l > /tmp/username.crontab
crontab -r
vi /tmp/username.crontab and copy page
crontab -e, and paste
sometimes, /tmp/username.crontab has more than 1 page, so i have to copy twice.
how do i copy all contents from... (2 Replies)
Discussion started by: tjmannonline
2 Replies
8. UNIX for Dummies Questions & Answers
How to enable and disable the auto mount option for USB devices.? (3 Replies)
Discussion started by: ungalnanban
3 Replies
9. HP-UX
hi everybody,
I can easily enable /disable the FTP service from SAM, how can I do this via command line? using inetd? how?
cheers,
messi (1 Reply)
Discussion started by: messi777
1 Replies
10. Infrastructure Monitoring
Hi @ all,
we are a non-profit educational organisation. Now my company wants to disable printers, when a room is not used.
I do a lot monitoring, using snmp. So I had the idea of disabling and enabling the printers by using snmp. After searching for hours, I only found some status-objects (ro)... (1 Reply)
Discussion started by: karls0
1 Replies
LEARN ABOUT OPENSOLARIS
bssh
bssh/bvnc/bshell(1) General Commands Manual bssh/bvnc/bshell(1)
NAME
bssh/bvnc/bshell - Browse for SSH/VNC servers on the local network
SYNOPSIS
bssh
bvnc
bshell
DESCRIPTION
bssh/bvnc/bshell browses for SSH/VNC servers on the local network, shows them in a GUI for the user to select one and finally calls
ssh/vncviewer after a selection was made.
If the binary is called as bssh only ssh servers will be shown. If the binary is called as bvnc only VNC servers will be shown. If the
binary is called as bshell both VNC and SSH servers are shown.
OPTIONS
-s | --ssh
Browse for SSH servers (and only SSH servers) regardless under which name the binary is called.
-v | --vnc
Browse for VNC servers (and only VNC servers) regardless under which name the binary is called.
-S | --shell
Browse for both VNC and SSH servers regardless under which name the binary is called.
-d | --domain= DOMAIN
Browse in the specified domain. If omitted bssh/bvnc/bshell will browse in the default browsing domain (usually .local)
-h | --help
Show help.
SEE ALSO
avahi-browse(1), ssh(1), vncviewer(1)
COMMENTS
This man page was written using xml2man(1) by Oliver Kurth.
Manuals User bssh/bvnc/bshell(1)