[완료] rsh 접속 메시지에 대해 질문이 있습니다.

imhonest의 이미지

안녕하세요. 현재 컴퓨터 2대를 묶어서 클러스터링 구성을 연습하고 있는 학생입니다.

리눅스를 시작한지 얼마 되지 않아서 대체 뭐가 뭔지를 잘 모르겠네요; 에러가 나도 이게

왜 그런지... 여기 저기 뒤져봐도 속시원한 해답을 찾을 수가 없어요;

[root@node1 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost6.localdomain6 localhost6
192.168.0.1 node1.cluster.domain localhost node1
127.0.0.1 localhost.localdomain localhost
192.168.0.2 node2.cluster.domain node2

[root@node1 ~]# cat /etc/hosts.equiv
node1.cluster.domain
node2.cluster.domain

[root@node1 ~]# cat .rhosts
node1.cluster.domain
node2.cluster.domain

[root@node1 ~]# cat /etc/pam.d/rsh
#%PAM-1.0
# For root login to succeed here with pam_securetty, "rsh" must be
# listed in /etc/securetty.
auth required pam_rhosts_auth.so
auth required pam_nologin.so
#auth required pam_securetty.so
auth required pam_env.so
account include system-auth
session optional pam_keyinit.so force revoke
session include system-auth
[root@node1 ~]#

이렇게 설정 되어 있는 상태구요. node2도 동일하게 설정 되어 있습니다.

방화벽 설정은 내부로 연결된 네트워크 장치는 신뢰할 수 있는 장치로 설정해 놓았구요

[root@node1 ~]# rsh node2
connect to address 192.168.0.2 port 543: Connection refused
Trying krb4 rlogin...
connect to address 192.168.0.2 port 543: Connection refused
trying normal rlogin (/usr/bin/rlogin)
Last login: Sun Jan 13 22:48:02 from node1
[root@node2 ~]#

위와 같이 rsh로 shell을 얻을 수 있는데

connection refused가 왜 출력되는지 궁금합니다.

shsch의 이미지

which rsh 명령을 실행해 보면 아래와 같이 커버로스를 사용할 때 쓰는 프로그램
의 경로로 나올겁니다.

/usr/kerberos/bin/rsh

현재 님께서는 커버로스를 사용하고 있지 않기 때문에 메세지가 발생하는 것이며
이 메세지를 안나오게 하려면 /etc/profile.d 디렉토리 밑에 있는 krb5.sh (or krb5.csh)
파일을 삭제하거나 PATH설정 하는 부분을 주석처리 해서 사용하시면 됩니다.

imhonest의 이미지

파일 이름 살짝 바꿔주니까 안나오네요~ 감사합니다^^

저도 kerberos에 대해 공부좀 해야겠네요^^

Am I honest?

Am I honest?

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.