Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to turn on ssh under suse enterprise 10

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article is about how to turn on ssh in suse enterprise 10. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

The default firewall is off.

# netstat-ant | grep 22 / / View the status of port 22

Suse:~ # netstat-ant | grep 22

Tcp 0 0: 22:: * LISTEN

Tcp 0 52 192.168.31.117:22 192.168.31.17:1282 ESTABLISHED

# / etc/ssh/ssh_config-> PasswordAuthentication yes

/ usr/bin/ssh: security shell:

# / etc/ssh/sshd_config-> PasswordAuthentication yes

RhostsRSAAuthentication no

# RSAAuthentication yes

# PasswordAuthentication yes

# HostbasedAuthentication no

# BatchMode no

# CheckHostIP yes

# AddressFamily any

# ConnectTimeout 0

# StrictHostKeyChecking ask

# IdentityFile ~ / .ssh/identity

# IdentityFile ~ / .ssh/id_rsa

# IdentityFile ~ / .ssh/id_dsa

# Port 22

# Protocol 2,1

/ Password

If the firewall is off.

# yast: Yet Another System Tool, set in firewall to allow ssh to pass.

# ssh restart: restart the ssh service

Start the ssh service

# service sshd start

# service sshd restart

Stop the server:

# service sshd stop

Thank you for reading! This is the end of the article on "how to open ssh under suse enterprise 10". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report